Go to file
2024-06-12 03:22:03 +03:00
etc initial commit 2024-06-12 03:22:03 +03:00
usr/local initial commit 2024-06-12 03:22:03 +03:00
LICENSE initial commit 2024-06-12 03:22:03 +03:00
README.md initial commit 2024-06-12 03:22:03 +03:00

[PoC] Certbot + Angie

goals

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