Warning during the keystore generation
Do I need to convert the key store to pkcs12 format or can I leave it as is?
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 .\AAA.jks -destkeystore .\AAA.jks -deststoretype pkcs12".