From 1489af84a8a882779a25e6698a38508d715eec36 Mon Sep 17 00:00:00 2001 From: Gondolf <145931259+vGondolf@users.noreply.github.com> Date: Sun, 9 Feb 2025 12:22:11 +0100 Subject: [PATCH] Fixed function descriptions --- deploy/fortigate.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/fortigate.sh b/deploy/fortigate.sh index 6517982c..a98b7401 100644 --- a/deploy/fortigate.sh +++ b/deploy/fortigate.sh @@ -145,7 +145,7 @@ fortigate_deploy() { FGT_PORT="${FGT_PORT:-443}" _debug "Using FortiGate port: $FGT_PORT" - # Deploy new certificate and set it as active. + # Upload new certificate deployer || return 1 # Upload base64-encoded CA certificate @@ -155,6 +155,7 @@ fortigate_deploy() { _debug "No CA certificate provided." fi + # Set new certificate as current web cert set_active_web_cert || return 1 # Cleanup previous certificate