From 41705a1370fcb422bcc1ad1acab0225d939ab9bc Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Thu, 19 Jun 2025 19:00:28 +0100 Subject: [PATCH] chore (script): add linking and miniflux to cert gen 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 fe25562..f11c28c 100755 --- a/scripts/regenerate_certificates.sh +++ b/scripts/regenerate_certificates.sh @@ -18,7 +18,8 @@ sudo certbot certonly --standalone \ -d bookmarks.systemsobscure.net \ -d forgejo.systemsobscure.net \ -d rocketchat.systemsobscure.net \ - -d wakapi.systemsobscure.net + -d linkding.systemsobscure.net \ + -d miniflux.systemsobscure.net echo "INFO Confirming certificate creation..."