Managing Certificates in Azure
Generate a New Certificate
- Generate CSR in KeyVault
- Content-Type should be
PKCS #12
for new certificates.
- Note that the content type should remain the same as previous certificate during renewal.
- Submit CSR to WUIT
- Download the certificate PEM .cer file
- Complete the certificate request in KeyVault
- Download the completed certificate from the KeyVault
- Download the PEM file from the KeyVault
- Copy the private key section from the PEM file and place it in a new .key file.
See Also
Certificate Content Type
GIC Certificate Renewal