From 1be8462b47833a5aa518e314fbb190f8b4c7f3df Mon Sep 17 00:00:00 2001 From: Luke Tidd Date: Sun, 3 Jul 2022 13:21:04 -0400 Subject: [PATCH] oops markup --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 509e6bd..1269a1b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -ssl-update +# ssl-update + automation for cert renewal with local hooks given a service: + * start letsencrypt's certbot "manually", getting ownership proof data * write proof into nginx's serving path * log into the firewall, allow http for the given service @@ -18,6 +20,7 @@ All secrets are GPG encrypted and one password prompt allows for script access to all secrets necessary. State: + * Only jellyfin is tested and working * Can only really test when keys come closer to expiring * code is ugly, could be a nice class or something