Install Let's encrypt on a server
- create a new certificate
mkcert example.com www.example.com- delete a certificate
removecert example.com- list all certificates
certificates- renew all certificates This is done automatically on 1st and 15 of each month but you can force renew by running the following:
systemctl start letsencrypt_renew.service