diff --git a/README.md b/README.md index cdda1ec..cd6a56f 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,4 @@ - - -About coolaj86: We're taking back the Internet! --------------- - -Down with Google, Apple, and Facebook! - -We're re-decentralizing the web and making it read-write again - one home cloud system at a time. - -Tired of serving the Empire? Come join the Rebel Alliance: - -jobs@coolaj86.com | [Invest in coolaj86 on Wefunder](https://coolaj86.com/invest/) | [Pre-order Cloud](https://coolaj86.com/preorder/), The World's First Home Server for Everyone - - - -[![Join the chat at https://gitter.im/coolaj86/letsencrypt-express](https://badges.gitter.im/coolaj86/letsencrypt-express.svg)](https://gitter.im/coolaj86/letsencrypt-express?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - +| Sponsored by [ppl](https://ppl.family) | [greenlock (lib)](https://git.coolaj86.com/coolaj86/node-greenlock) | [greenlock-cli](https://git.coolaj86.com/coolaj86/greenlock-cli) | [greenlock-express](https://git.coolaj86.com/coolaj86/greenlock-express) @@ -63,7 +47,7 @@ var sharedOptions = { webrootPath: path.join(os.tmpdir(), 'acme-challenge') // /tmp/acme-challenge // used by le-challenge-fs, the default plugin -, renewWithin: 10 * 24 * 60 * 60 * 1000 // 10 days before expiration +, renewWithin: 14 * 24 * 60 * 60 * 1000 // 10 days before expiration , debug: true }; @@ -101,8 +85,10 @@ module.exports.init = function (sharedOpts) { var cores = require('os').cpus(); var leMaster = require('greenlock-cluster/master').create({ debug: sharedOpts.debug - - , server: 'staging' // CHANGE TO PRODUCTION + + // You MUST change this to 'https://acme-v02.api.letsencrypt.org/directory' in production + server: 'https://acme-staging-v02.api.letsencrypt.org/directory' + , version: 'draft-11' // Let's Encrypt v2 , renewWithin: sharedOpts.renewWithin