I’m using a powershell post deployment script to convert the generated pfx to PEM files. As I know what password I’ve used for the pfx I can hard-code that into the PFX->PEM conversion functions and it all works fine.
However we may need to start rotating these passwords in the future, and if we do I’d like to be able to programmatically determine the password used in the post_deployment script from the params block.
Currently I can see the credential id; are there any plans to expose these credentials ?