Browse Source

Fixed function descriptions

pull/6218/head
Gondolf 9 months ago
committed by GitHub
parent
commit
1489af84a8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      deploy/fortigate.sh

3
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

Loading…
Cancel
Save