Difference between revisions of "Certbot"
(Created page with "Commands: Modifying Cert: certbot certonly --cert-name example.com -d example.org,www.example.org Links: [certbot certonly --cert-name example.com -d example.org,www.exampl...") |
|||
Line 5: | Line 5: | ||
Links: | Links: | ||
− | [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:33, 8 May 2018
Commands:
Modifying Cert:
certbot certonly --cert-name example.com -d example.org,www.example.org
Links: