Fixed enableSSL
This commit is contained in:
@@ -27,9 +27,9 @@ systemctl reload $webservice
|
|||||||
|
|
||||||
#Enabling SSL
|
#Enabling SSL
|
||||||
if [ $domainwww = 1 ]; then
|
if [ $domainwww = 1 ]; then
|
||||||
/opt/acmesh/acme.sh --config-home '/etc/acmesh/data' --issue --"$certwebserv" --ocsp --keylength 'ec-384' -d "$domain" -d "www.$domain"
|
/opt/acmesh/acme.sh --config-home '/etc/acmesh/data' --issue --"$webservice" --ocsp --keylength 'ec-384' -d "$domain" -d "www.$domain"
|
||||||
elif [ $domainwww = 0 ]; then
|
elif [ $domainwww = 0 ]; then
|
||||||
/opt/acmesh/acme.sh --config-home '/etc/acmesh/data' --issue --"$certwebserv" --ocsp --keylength 'ec-384' -d "$domain"
|
/opt/acmesh/acme.sh --config-home '/etc/acmesh/data' --issue --"$webservice" --ocsp --keylength 'ec-384' -d "$domain"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Restoring config
|
#Restoring config
|
||||||
|
|||||||
Reference in New Issue
Block a user