Skip to content

aneesh-neelam/LetsEncrypt-systemdService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)