Difference between revisions of "Certbot"
Line 1: | Line 1: | ||
− | Commands: | + | '''Commands:''' |
+ | |||
+ | Creating Certs: | ||
+ | certbot certonly --authenticator standalone --pre-hook "apachectl -k stop" --post-hook "apach | ||
Modifying Cert: | Modifying Cert: | ||
certbot certonly --cert-name example.com -d example.org,www.example.org | certbot certonly --cert-name example.com -d example.org,www.example.org | ||
− | Links: | + | '''Links:''' |
*[https://certbot.eff.org/lets-encrypt/debianstretch-apacheg How to install certbot] | *[https://certbot.eff.org/lets-encrypt/debianstretch-apacheg 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] |
Revision as of 05:34, 8 May 2018
Commands:
Creating Certs:
certbot certonly --authenticator standalone --pre-hook "apachectl -k stop" --post-hook "apach
Modifying Cert:
certbot certonly --cert-name example.com -d example.org,www.example.org
Links: