You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
LICENSE | 3 years ago | |
README.md | 3 years ago | |
certbot.service | 3 years ago | |
certbot.timer | 3 years ago | |
install.sh | 3 years ago |
README.md
certbot-nginx
This program uses the certbot-nginx package on Arch Linux (and likely other distros) to update the SSL certs from LetsEncrypt, automagically.
The two systemd files are slightly modified and are from https://wiki.archlinux.org/index.php/Certbot#Automatic_renewal
If you want to use this for Apache httpd, you will need to slightly modify it. If you're not using nginx, this won't hlep you. Don't forget to install the certbot-nginx package for your distro.
I wrote the install.sh
file myself. You may need to chmod +x install.sh
.
Installation
- Clone the repository
chmod +x install.sh
sudo ./install.sh
- Profit. No more worries about ssl certs.