update docs with new within/by defaults
This commit is contained in:
parent
7cebf47125
commit
894b687ff7
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue