From 894b687ff7eee05129bad12c7bf461828dfa06b1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 19 Apr 2018 13:36:34 -0600 Subject: [PATCH] update docs with new within/by defaults --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()