chore (infra): add new domain to cert script

This commit is contained in:
thomasabishop 2025-04-08 18:23:15 +01:00
parent e4d728d3c5
commit ce3d695c6b

View file

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