Difference between revisions of "Certbot"
Line 13: | Line 13: | ||
*[https://certbot.eff.org/lets-encrypt/debianjessie-apache How to install certbot] | *[https://certbot.eff.org/lets-encrypt/debianjessie-apache How to install certbot] | ||
*[https://certbot.eff.org/docs/using.html#changing-a-certificate-s-domains How to modify domains] | *[https://certbot.eff.org/docs/using.html#changing-a-certificate-s-domains How to modify domains] | ||
+ | |||
+ | Force Renewal: | ||
+ | certbot renew --force-renewal |
Revision as of 01:56, 6 March 2020
Commands:
Creating Certs:
certbot certonly --authenticator standalone --pre-hook "apachectl -k stop" --post-hook "apachectl -k start"
Modifying Cert:
certbot certonly --cert-name example.com -d example.com,mail.example.org,www.example.org,ns1.example.org
List Certs:
certbot certificates
Links:
Force Renewal:
certbot renew --force-renewal