PKCS#12 keystore
The API Security Enforcer (ASE) ships with a default PKCS#12 keystore.
The default password is asekeystore
. The default password is obfuscated and configured in the ase.conf
file.
For security reasons, you must update the default PKCS#12 keystore password by using the update_keystore_password
command.
/opt/pingidentity/ase/bin/cli.sh update_keystore_password -u admin -p admin New password > New password again > keystore password updated
The password is updated and obfuscated at the same time.
ASE must be running to update the keystore password. |