I am trying out couple of approaches in my design and want to know if the Keystore instance in server.xml can have a blank password ( string of length zero)
<keyStore id="samplePKCS12KeyStore" password="" location="MyKeyStoreFile.p12" type="PKCS12" />
I have a key store with blank password and I get the following exception
did not load because of the following error: failed to decrypt safe contents entry: java.io.IOException: getSecretKey failed: Password is not ASCII
Thanks