mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-29 22:52:43 +00:00
Fixed function descriptions
This commit is contained in:
parent
cbfef738f3
commit
1489af84a8
@ -145,7 +145,7 @@ fortigate_deploy() {
|
|||||||
FGT_PORT="${FGT_PORT:-443}"
|
FGT_PORT="${FGT_PORT:-443}"
|
||||||
_debug "Using FortiGate port: $FGT_PORT"
|
_debug "Using FortiGate port: $FGT_PORT"
|
||||||
|
|
||||||
# Deploy new certificate and set it as active.
|
# Upload new certificate
|
||||||
deployer || return 1
|
deployer || return 1
|
||||||
|
|
||||||
# Upload base64-encoded CA certificate
|
# Upload base64-encoded CA certificate
|
||||||
@ -155,6 +155,7 @@ fortigate_deploy() {
|
|||||||
_debug "No CA certificate provided."
|
_debug "No CA certificate provided."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Set new certificate as current web cert
|
||||||
set_active_web_cert || return 1
|
set_active_web_cert || return 1
|
||||||
|
|
||||||
# Cleanup previous certificate
|
# Cleanup previous certificate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user