Difference between revisions of "Certbot"
Line 2: | Line 2: | ||
Creating Certs: | Creating Certs: | ||
− | certbot certonly --authenticator standalone --pre-hook "apachectl -k stop" --post-hook " | + | certbot certonly --authenticator standalone --pre-hook "apachectl -k stop" --post-hook "apachectl -k start" |
Modifying Cert: | Modifying Cert: |
Revision as of 20:48, 13 May 2018
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 mail.example.org,www.example.org,ns1.example.org
Links: