From 3a9825ff956ef48ed0b52daaddad55398eb9723d Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 5 May 2025 10:10:51 +0100 Subject: [PATCH] feat (proxy): add wakapi 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 01ba72a..fe25562 100755 --- a/scripts/regenerate_certificates.sh +++ b/scripts/regenerate_certificates.sh @@ -17,7 +17,8 @@ sudo certbot certonly --standalone \ -d grafana.systemsobscure.net \ -d bookmarks.systemsobscure.net \ -d forgejo.systemsobscure.net \ - -d rocketchat.systemsobscure.net + -d rocketchat.systemsobscure.net \ + -d wakapi.systemsobscure.net echo "INFO Confirming certificate creation..."