f8f340d5525a9281b01afd0e1c4eba06e0486dd5
[PoC] Certbot + Angie
goals
- improve Angie support ssl_stapling_file
quick start
# create venv for Certbot
certbot-venv pip install certbot
# here goes your certbot configuration
# ref: https://eff-certbot.readthedocs.io/en/stable/intro.html
# - discover new systemd units
# - enable override for angie.service
systemctl daemon-reload
# enable new systemd units
systemctl enable certbot{,-ocsp-angie}.{service,timer}
systemctl start certbot{,-ocsp-angie}.timer
Description
Languages
Shell
100%