在Azure密钥保管库证书将自动续订到更新到期日期。想知道如何将更新的证书上传到App-Service / Azure Functions。
KeyVault上是否有可用于侦听证书成功娱乐的挂钩。所以Thumbprint和续订的证书将更新到App Service。
不,没有这样的钩子。您可以使用azure powershell \ cli \ rest api \ whatever来检索证书并将其推送到应用服务。您可以配置Azure Function \ Runbook以按计划执行此操作,因此您不必担心它。
休息Api:https://docs.microsoft.com/en-us/rest/api/appservice/certificates/createorupdate Powershell:https://docs.microsoft.com/en-us/azure/app-service/scripts/powershell-configure-ssl-certificate Azure Cli:https://docs.microsoft.com/en-us/azure/app-service/scripts/cli-configure-ssl-certificate