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..."