1
0
Derivar 0

update docs with new within/by defaults

Este cometimento está contido em:
AJ ONeal 2018-04-19 13:36:34 -06:00
ascendente 7cebf47125
cometimento 894b687ff7
1 ficheiros modificados com 2 adições e 2 eliminações

Ver ficheiro

@ -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()