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