install_letsencrypt_certbot_apache2_ubuntu_server_22_04
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| install_letsencrypt_certbot_apache2_ubuntu_server_22_04 [2023/06/22 15:19] – wikiadmin | install_letsencrypt_certbot_apache2_ubuntu_server_22_04 [2023/06/22 15:48] (current) – wikiadmin | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| If you have Certbot installed and it is not being detected, then purge it. | If you have Certbot installed and it is not being detected, then purge it. | ||
| + | |||
| + | Go Here to: [[remove_letsencrypt_certbot_re_install|Remove LetsEncrypt Certbot in Order to Properly Re-Install Certbot]] | ||
| Reinstalling Certbot properly. | Reinstalling Certbot properly. | ||
| Line 255: | Line 257: | ||
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||
| </ | </ | ||
| + | |||
| + | **Check the Auto-Renewal status, i.e. that Certbot has setup Auto-Renewal of the Certificate** | ||
| + | |||
| + | < | ||
| + | sudo systemctl status certbot.timer | ||
| + | ● certbot.timer - Run certbot twice daily | ||
| + | | ||
| + | | ||
| + | Trigger: Thu 2023-06-22 23:58:49 UTC; 8h left | ||
| + | | ||
| + | |||
| + | Jun 22 15:02:09 svr1 systemd[1]: Started Run certbot twice daily. | ||
| + | </ | ||
| + | |||
| + | **Revoking LetsEncrypt Certificates** | ||
| + | |||
| + | |||
| + | If you wish to remove a certificate from your server it can be revoked using a subcommand with Let’s Encrypt client. The command below can be used to revoke a particular certificate. | ||
| + | |||
| + | < | ||
| + | $ sudo certbot revoke --cert-path / | ||
| + | </ | ||
| + | |||
| + | Note: Replace your-domain.com with the domain which certificate you wish to revoke. | ||
| + | |||
| + | The process does not give a confirmation upon completion, but if you perform it again you will get a message that the certificate has already been revoked. | ||
| + | |||
install_letsencrypt_certbot_apache2_ubuntu_server_22_04.1687447192.txt.gz · Last modified: 2023/06/22 15:19 by wikiadmin
