Difference between revisions of "Certbot"

From HyperSecurity Wiki
Jump to: navigation, search
(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 certonly --cert-name example.com -d example.org,www.example.org 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:33, 8 May 2018

Commands:

Modifying Cert:

certbot certonly --cert-name example.com -d example.org,www.example.org

Links: