- Generate wildcard certificates
- Concatenate certificates for haproxy
- Auto-renewable using cron
- Get API key with
DNS:Edit
permission - Install certbot
apt install python3-certbot
- Create
creds.txt
and fill necessary data - Make every
.sh
files in this repo executable
chmod +x *.sh
- Uncomment last line of
get_cert.sh
for haproxy (optional) - Run
get_cert.sh
or add it to crontab like so:
@monthly /path/to/get_cert.sh