Certbot
Revision as of 19:57, 14 May 2018 by 142.90.148.3 (talk)
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
Links: