Article - CS307906

Warning message appears while running JAVA keytool -importkeystore command for SSL configuration

Modified: 09-Jul-2021   


Applies To

  • Windchill Navigate (formerly ThingWorx Navigate) 9.2
Amazon Corretto

Description

  • Warning message appears while running below command to import SSL Certificate into a keystore file
keytool -importkeystore -srckeystore XXX.p12 -srcstoretype pkcs12 -destkeystore XXX.jks -alias XXX
  • Warning message appears while running below command to generate keypair
keytool -genkey -alias xxxx -keyalg rsa -dname "CN=yyyy" -keystore KeyStore.jks -storetype JKS
  • Warning message
The JKS keystore uses a proprietary format.
It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore XXX.jks -destkeystore XXX.jks -deststoretype pkcs12".

 
This is a printer-friendly version of Article 307906 and may be out of date. For the latest version click CS307906