I am exporting a PKCS12 Keystore using the openssl command: openssl pkcs12 -export -out /root/pkcs12.pfx
However it seems, that openssl doesn't support single quotes in the password very well.
If I enter this password for example: !"§'"§!\/!"77
I am not able to open that keystore, neither with the java keytool, nor with a Windows PC.
I've tried both, the interactive password supply, and also the -password pass:<my-password>
option with escaped single quotes.
Are there any known problems?
Thanks!