Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 587 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 587 Bytes

LetsEncrypt-Service

Renewing and backing up Let's Encrypt SSL certificates

Prerequisites
  • /usr/bin/letsencrypt binary is present (Installation instructions for Ubuntu Xenial here).
  • Let's Encrypt SSL is setup already.
Installation
  • Extract the files to the respective directories.
  • # systemctl start letsencrypt.timer
  • # systemctl enable letsencrypt.timer
TODO
  • Backup script to Dropbox
  • Add systemd timer and service for backup script (Dependency on letsencrypt.service, or using same timer)