Letsencrypt: Difference between revisions

From DWIKI
mNo edit summary
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:


*[https://letsencrypt.org/ Homepages]  
*[https://letsencrypt.org/ Homepages]  
*[https://certbot.eff.org/all-instructions Certbot instructions]  
*[https://certbot.eff.org/instructions Certbot instructions]


= FAQ =
= FAQ =
Line 14: Line 14:


  certbot
  certbot
==Remove certs/domain==
certbot delete --cert-name www.example.com
==With and without www==
certbot --apache -d example.com -d www.example.com
==This website does not supply ownership information.==
sod that

Revision as of 10:15, 22 September 2022

Free SSL certificates

 

Links

FAQ

Update cert(s)

certbot

Remove certs/domain

certbot delete --cert-name www.example.com

With and without www

certbot --apache -d example.com -d www.example.com


This website does not supply ownership information.

sod that