Cybersecurity
DevOps Cloud
IT Operations Cloud
When executing commands using the java "keytool" command on the NA system prior to version 2021.11 it is possible that you will see a warning indicating to migrate the keystore to PKCS#12 , this warning should be IGNORED since executing the command given by the warning to convert the keystore will likely break some of the NA functionality:
Warning:
The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore /opt/NA/server/ext/appserver/standalone/configuration/truecontrol.keystore -destkeystore /opt/NA/server/ext/appserver/standalone/configuration/truecontrol.keystore -deststoretype pkcs12".
Please refer to the following KM for further details on the issue and a fix, in case the keystore was converted to PKCS#12 on your system.