How To Store Certificate (.pem) in Azure Keyvault using Secrets and fetch values from secrets into pem file using python
Convert .pem Certificate file into base64 using certutil
certutil -encode filename.cer newfilename.cer
Go to azure portal
Select ketvault service
Create a new keyvault
Select secrets from setting on sidepanel
Create a new secret
Copy paste base...
blog.santhoshthomas.xyz1 min read