We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be1e14 commit 5b71f17Copy full SHA for 5b71f17
scripts/action_suspend_unsuspend.sh
@@ -1088,7 +1088,7 @@ if [[ "$mode" == "unsuspend" ]]; then
1088
export pathforcertiflocal="/home/admin/wwwroot/dolibarr_documents/sellyoursaas_local/crt"
1089
export webCustomSSLCertificateCRT="$fqn-custom.crt"
1090
export webCustomSSLCertificateKEY="$fqn-custom.key"
1091
- export webCustomSSLCertificateIntermediate="$fqn-custom-intermediate.key"
+ export webCustomSSLCertificateIntermediate="$fqn-custom-intermediate.crt"
1092
export CERTIFFORCUSTOMDOMAIN="$fqn-custom"
1093
fi
1094
0 commit comments