An open API service indexing awesome lists of open source software.

https://github.com/aneesh-neelam/letsencrypt-systemdservice

Renewing and backing up Let's Encrypt SSL certificates
https://github.com/aneesh-neelam/letsencrypt-systemdservice

apache letsencrypt letsencrypt-service ssl ssl-certificate systemd-service systemd-timer

Last synced: 4 months ago
JSON representation

Renewing and backing up Let's Encrypt SSL certificates

Awesome Lists containing this project

README

        

# LetsEncrypt-Service

Renewing and backing up Let's Encrypt SSL certificates

##### Prerequisites

* `/usr/bin/letsencrypt` binary is present (Installation instructions for Ubuntu Xenial [here](https://certbot.eff.org/#ubuntuxenial-apache)).
* 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)