GovReady / GovReady-CMS-API

Compliance API service supporting GovReady's WordPress Agent
4 stars 0 forks source link

Renew Let's Encrypt certificate on plugin.govready.com #66

Closed gregelin closed 7 years ago

gregelin commented 7 years ago

What do I need to do to renew the SSL Cert for plugin.govready.com? Will it renew automatically?

screen shot 2017-04-17 at 10 35 16 pm

jlyon commented 7 years ago

@gregelin I set up the opts.renewWithin param in express-letsencrypt so it autorenews 14 days before the ssl cert expires. The ssl cert is now valid until July:

screen shot 2017-04-18 at 9 45 44 pm
opts.renewWithin is the maximum number of days (in ms) before expiration to renew a certificate.

https://www.npmjs.com/package/letsencrypt-express

gregelin commented 7 years ago

Great! Thanks!