User:Freephile

From Organic Design wiki

I want to mostly read; but occasionally could offer edits.

For example: On the SSL page, it talks about the --keep-until-expiring option.

The keep-until-expiring option is only needed when running the command automatically from the crontab to make the script automatically skip any certificates that are not close to expiry. Using this option means we can run the command on a daily basis to keep the certs for as long as they last. Another option would be to use the --renew-by-default option instead and run the command on a monthly basis.

But as of version 0.10.0, the certbot renew command automatically checks the certificate to see if it's within 30 days of expiry and does nothing if it doesn't need to be renewed. In other words, it does the --keep-until-expiring for you.