Certbot

From HyperSecurity Wiki
Revision as of 00:51, 11 January 2025 by Srapaz (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

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

Force Renewal:

certbot renew --force-renewal

Delete or Remove Cert

certbot delete

Links: