Skip to content

Commit 5b71f17

Browse files
committed
Fi name of cert
1 parent 0be1e14 commit 5b71f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/action_suspend_unsuspend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ if [[ "$mode" == "unsuspend" ]]; then
10881088
export pathforcertiflocal="/home/admin/wwwroot/dolibarr_documents/sellyoursaas_local/crt"
10891089
export webCustomSSLCertificateCRT="$fqn-custom.crt"
10901090
export webCustomSSLCertificateKEY="$fqn-custom.key"
1091-
export webCustomSSLCertificateIntermediate="$fqn-custom-intermediate.key"
1091+
export webCustomSSLCertificateIntermediate="$fqn-custom-intermediate.crt"
10921092
export CERTIFFORCUSTOMDOMAIN="$fqn-custom"
10931093
fi
10941094
fi

0 commit comments

Comments
 (0)