wls-eng / arm-oraclelinux-wls

Microsoft Azure ARM Templates to create Oracle Linux VM with pre-installed Weblogic Server
Apache License 2.0
0 stars 7 forks source link

AAD Template deployment fails due to issue in Trustkeystore validation command #293

Closed gnsuryan closed 3 years ago

gnsuryan commented 3 years ago

AAD Template deployment fails due to issue in Trustkeystore validation.

The issue is due to a typo issue in the command used for trust keystore validation in aadIntegration.sh

validate Trust keystore

    sudo ${JAVA_HOME}/bin/**keytool keytool** -list -v -keystore ${DOMAIN_PATH}/${wlsDomainName}/keystores/trust.keystore -storepass ${customTrustKeyStorePassPhrase} -storetype ${customTrustKeyStoreType} | grep 'Entry type:' | grep 'trustedCertEntry'
gnsuryan commented 3 years ago

Closing this issue as it is resolved.