dtucker1914
dtucker1914

Reputation: 499

How to manage Azure App Service Certificate

I have purchased an app service wildcard certificate and would like to import this cert into Azure Key vault for other purposes. Once I export/import the cert into Azure key vault and use for other custom domains (for example: APIM) will the auto renew ability continue to work as expected (automatically) or will I be forced to manage the cert differently now stored in key vault?

Upvotes: 1

Views: 346

Answers (2)

Joey Cai
Joey Cai

Reputation: 20067

Key Vault Certificates support automatic renewal with selected issuers - Key Vault partner X509 certificate providers / certificate authorities.

Non-partnered providers/authorities are also allowed but, will not support the auto renewal feature.

So, the cert imported into key vault will auto renew the cert instead of manually renewing it.

Upvotes: 1

Hugo Barona
Hugo Barona

Reputation: 1398

The renewal process of the certificate is managed on key vault, so doesn't matter where you use it, it will be the same renewal process.

Upvotes: 0

Related Questions