Currently trying to use this action to get a Keystore (JKS) file saved into Secrets Manager, as Binary but, for whatever reason the string value inside the env variable is not well formatted, missing content or simply corrupted...
When I run the script to see if the keystore si valid with keytool it returns:
keytool error: java.security.KeyStoreException: Unrecognized keystore format. Please load it with a specified type
Currently trying to use this action to get a Keystore (JKS) file saved into Secrets Manager, as Binary but, for whatever reason the string value inside the env variable is not well formatted, missing content or simply corrupted...
When I run the script to see if the keystore si valid with keytool it returns: