Letsencrypt: Difference between revisions

From DWIKI
Line 32: Line 32:


= FAQ =
= FAQ =
 
==Certbot Error messages==
==This website does not supply ownership information.==
===This website does not supply ownership information.===
sod that
sod that




==archive directory exists==
===archive directory exists===
Maybe you're using SNI, try
Maybe you're using SNI, try
  certbot --apache -d "www.example.com,example"
  certbot --apache -d "www.example.com,example"
===Failed to parse: https://acme-v02.api.letsen
crypt.org/directory===
Python is not compatible with python

Revision as of 10:02, 14 May 2024

Free SSL certificates

 

Links

HOWTO

Disable auto renewal

Rename renewal file'

/etc/letsencrypt/renewal/example.com.conf.disabled

or in /etc/letsencrypt/renewal/example.com.conf under [renewalparams] add:

autorenew = False

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


Allow access to non-root user

setfacl -R -m u:someuser:rX /etc/letsencrypt/{live,archive}/example.org, and then
setfacl -m u:someuser:rX /etc/letsencrypt/{live,archive}

FAQ

Certbot Error messages

This website does not supply ownership information.

sod that


archive directory exists

Maybe you're using SNI, try

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


===Failed to parse: https://acme-v02.api.letsen crypt.org/directory=== Python is not compatible with python