Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
deb11:certbot [2022/10/30 11:12] – [Maintenance] Bernard Condraudeb11:certbot [2023/03/06 12:39] (current) – [Links] Bernard Condrau
Line 24: Line 24:
   * Delete certificate:<code>certbot delete --cert-name www.example.com</code>   * Delete certificate:<code>certbot delete --cert-name www.example.com</code>
   * Delete listed domains:<code>certbot delete</code>   * Delete listed domains:<code>certbot delete</code>
 +  * Remove and/or add domains from existing certificate:<code>certbot certonly --force-renew --cert-name mycertificate.com -d remove.mycertificate.com -d add.mycertificate.com</code>
   * Remove domain from certificate:   * Remove domain from certificate:
     - Delete certificate where domain is listed in     - Delete certificate where domain is listed in
Line 45: Line 46:
   * [[https://eff-certbot.readthedocs.io/en/stable/uninstall.html|Uninstalling certbot-auto]]   * [[https://eff-certbot.readthedocs.io/en/stable/uninstall.html|Uninstalling certbot-auto]]
   * [[https://github.com/certbot/certbot/issues/8555|How do I disable auto-renew without removing config files?]]   * [[https://github.com/certbot/certbot/issues/8555|How do I disable auto-renew without removing config files?]]
 +  * [[https://docs.digitalocean.com/products/networking/load-balancers/#lets-encrypt-ssl-certificates|Load Balancers]]