From d3a374b614936cdfa45acf0865f24dc79dc64c28 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 12 Aug 2025 16:50:58 +0100 Subject: [PATCH] feat (infra): update SSL cert script to include *.s3.systemsobscure.net --- 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 78cf1af..3042ac4 100755 --- a/scripts/regenerate_certificates.sh +++ b/scripts/regenerate_certificates.sh @@ -22,7 +22,8 @@ sudo certbot certonly --standalone \ -d miniflux.systemsobscure.net \ -d systemsobscure.blog \ -d www.systemsobscure.blog \ - -d s3.systemsobscure.net + -d s3.systemsobscure.net \ + -d "*.s3.systemsobscure.net" echo "INFO Confirming certificate creation..."