User Tools

Site Tools


linux:centos:auto-lets-encrypt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:centos:auto-lets-encrypt [2024/02/12 19:34] – created odeftalinux:centos:auto-lets-encrypt [2025/01/03 19:11] (current) odefta
Line 15: Line 15:
 <code> <code>
 certbot certificates certbot certificates
 +</code>
 +
 +To manual renew ALL ceritificates:
 +<code>
 +certbot renew
 +systemctl restart httpd (to apply changes if Apache server is used)
 </code> </code>
  
Line 28: Line 34:
 0 0,12 * * * root certbot -q renew --apache 0 0,12 * * * root certbot -q renew --apache
 </code> </code>
 +
 +===== Renew wildcard certificate =====
 +Wildcard certificates renewal require DNS-01 challenge, so we should manually edit the corresponding dns file.
 +<code>
 +sudo certbot certonly --manual --preferred-challenges dns --cert-name code.domain.com-0001
 +</code>
 +
 +===== Delete a certificate =====
 +
 +<code>
 +sudo certbot delete --cert-name example.com
 +</code>
 +
linux/centos/auto-lets-encrypt.1707759281.txt.gz · Last modified: 2024/02/12 19:34 by odefta