Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 431 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 431 Bytes

letsencrypt

Install Let's encrypt on a server

Usage

  • 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