From ce3d695c6b2893dc1c79e9b0eccedae7cf2df837 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 8 Apr 2025 18:23:15 +0100 Subject: [PATCH] chore (infra): add new domain to cert 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 d68302e..01ba72a 100644 --- a/scripts/regenerate_certificates.sh +++ b/scripts/regenerate_certificates.sh @@ -16,7 +16,8 @@ sudo certbot certonly --standalone \ -d systemsobscure.net \ -d grafana.systemsobscure.net \ -d bookmarks.systemsobscure.net \ - -d forgejo.systemsobscure.net + -d forgejo.systemsobscure.net \ + -d rocketchat.systemsobscure.net echo "INFO Confirming certificate creation..."