从密钥保险箱上传到应用程序服务



在Azure密钥保险库证书中,将自动更新到有效期。 想知道如何将更新的证书上传到应用程序服务/Azure功能。

在KeyVault上有钩子可以收听证书成功娱乐。因此,Thumbprint和Renewed证书将更新为App Service。

不,没有这样的钩子。您可以使用Azure PowerShell cli rest API 任何东西来检索证书并将其推入应用程序服务。您可以配置Azure函数 runbook以按计划执行此操作,因此您不必担心。

REST API:https://learn.microsoft.com/en-us/rest/api/appi/appservice/certificates/createorupdate
PowerShell:https://learn.microsoft.com/en-us/azure/app-service/scripts/powershell-configure-ssl-certificate
Azure CLI:https://lealen.microsoft.com/en-us/azure/app-service/scripts/cli-configure-ssl-certificate

相关内容

最新更新