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
- Host: GitHub
- URL: https://github.com/aneesh-neelam/letsencrypt-systemdservice
- Owner: aneesh-neelam
- License: bsd-3-clause
- Created: 2016-07-22T10:37:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T19:42:44.000Z (over 8 years ago)
- Last Synced: 2025-01-05T10:25:56.316Z (5 months ago)
- Topics: apache, letsencrypt, letsencrypt-service, ssl, ssl-certificate, systemd-service, systemd-timer
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)