Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
deb11:certbot [2022/09/25 23:59] Bernard Condraudeb11:certbot [2022/10/30 11:12] – [Maintenance] 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 domain from certificate:
 +    - Delete certificate where domain is listed in
 +    - Change all apache conf files for the remaining domains in the deleted certificate to another certificate which is active
 +    - Recreate the certificate for the remaining domains<code>certbot -d example.com -d example.net</code> 
   * All sites must be accessible through port 80 when renewing certificates.   * All sites must be accessible through port 80 when renewing certificates.