From 61cdbe43c2041d5961ef74416270794eb6fb91c6 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Thu, 10 Jul 2025 15:52:52 +0100 Subject: [PATCH] feat (infra): add systemsobscure.blog to cert gen script --- scripts/regenerate_certificates.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/regenerate_certificates.sh b/scripts/regenerate_certificates.sh index 439bf91..0be9a36 100755 --- a/scripts/regenerate_certificates.sh +++ b/scripts/regenerate_certificates.sh @@ -19,7 +19,8 @@ sudo certbot certonly --standalone \ -d forgejo.systemsobscure.net \ -d wakapi.systemsobscure.net \ -d linkding.systemsobscure.net \ - -d miniflux.systemsobscure.net + -d miniflux.systemsobscure.net \ + -d systemsobscure.blog echo "INFO Confirming certificate creation..."