Skip to content

Commit ba50272

Browse files
author
Daniel Vega
committed
Merge branch '4.4.2-globo' into develop
2 parents 9e67fba + a3372d2 commit ba50272

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

systemvm/scripts/config_ssl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ if [ -f "$customCACert" ]
178178
then
179179
keytool -delete -alias $aliasName -keystore $keyStore -storepass $storepass -noprompt
180180
keytool -import -alias $aliasName -keystore $keyStore -storepass $storepass -noprompt -file $customCACert
181+
keytool -import -alias ${aliasName}CHAIN -keystore $keyStore -storepass $storepass -noprompt -file $customCertChain
181182
fi
182183

183184
if [ -d /etc/apache2 ]

0 commit comments

Comments
 (0)