mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-29 19:32:45 +00:00
Update fortigate.sh
Workaround for issue with duplicate certificate names
This commit is contained in:
parent
f57c685dd7
commit
13ca650bf1
@ -71,7 +71,7 @@ EOF
|
||||
|
||||
# Main function
|
||||
fortigate_deploy() {
|
||||
_cdomain=$(echo "$1" | sed 's/*/WILDCARD_/g')
|
||||
_cdomain="$(echo "$1" | sed 's/*/WILDCARD_/g')_$(date -u +"%Y-%m-%d")" # Append date to certname to avoid conflicts
|
||||
_ckey="$2"
|
||||
_cfullchain="$5"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user