diff --git a/README.md b/README.md index de3aa40..04d1be4 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ With node-letsencrypt var leSni = require('le-sni-auto').create({ - renewWithin: 10 * 24 * 60 * 60 1000 // do not renew more than 10 days before expiration -, renewBy: 5 * 24 * 60 * 60 1000 // do not wait more than 5 days before expiration + renewWithin: 14 * 24 * 60 * 60 1000 // do not renew more than 14 days before expiration +, renewBy: 10 * 24 * 60 * 60 1000 // do not wait more than 10 days before expiration , tlsOptions: { rejectUnauthorized: true // These options will be used with tls.createSecureContext()