Allow storing and managing certificates as PSU variables

Currently, PowerShell Universal does not allow uploading or storing certificates as variables. This forces administrators to store certificates externally and inject them at runtime, which adds complexity and increases the risk of inconsistent deployments.

I use Azure KeyVault for this currently, any certificates stored in the keyvault can be imported into PSU in the same way as normal secrets, I use this for example to connect to PnPOnline using a certificate thats base64 encoded.

1 Like