From 1fe3c3d6212e0ac2ee4e1739d02ee8df33b415fc Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 12 Aug 2025 16:52:22 +0100 Subject: [PATCH] fix (infra): remove wildcard .s3 SSL domains --- scripts/regenerate_certificates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/regenerate_certificates.sh b/scripts/regenerate_certificates.sh index 3042ac4..5613c40 100755 --- a/scripts/regenerate_certificates.sh +++ b/scripts/regenerate_certificates.sh @@ -23,7 +23,7 @@ sudo certbot certonly --standalone \ -d systemsobscure.blog \ -d www.systemsobscure.blog \ -d s3.systemsobscure.net \ - -d "*.s3.systemsobscure.net" + -d eolas.s3.systemsobscure.net echo "INFO Confirming certificate creation..."