From 4d9bfc486ea718e75960cb0d29eadd374be691c3 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Wed, 11 Mar 2026 16:54:44 -0400 Subject: [PATCH] resatrting addy to start it triggers the ssl cert to get created --- ubuntu-baremetal-install-example.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ubuntu-baremetal-install-example.sh b/ubuntu-baremetal-install-example.sh index 702173f..7e4e533 100644 --- a/ubuntu-baremetal-install-example.sh +++ b/ubuntu-baremetal-install-example.sh @@ -69,4 +69,5 @@ mkdir -p /srv/jormundb/data echo 'Enabling/Starting the JormunDB and Caddy Services' systemctl enable --now jormundb.service -systemctl enable --now caddy.service \ No newline at end of file +systemctl enable caddy.service +systemctl restart caddy.service #triggers caddy to grab an ssl cert \ No newline at end of file