gpt4 book ai didi

azure - 在 Azure 应用程序网关中设置 SSL

转载 作者:太空宇宙 更新时间:2023-11-03 15:12:22 24 4
gpt4 key购买 nike

我在 Azure 上使用两个虚拟机设置了一个应用程序网关。现在,我正在尝试将 SSL 证书安装到一个域名中。

我上传了 .cer 文件,我收到了一条消息,表明该证书已安装。但是当我尝试使用 https 访问该网站时,没有任何反应。

是否有在 Azure 应用程序网关上安装证书的分步操作?你能帮帮我吗?

谢谢。

最佳答案

如果我没理解错,您应该上传 .pfx 文件证书。单击监听器协议(protocol)的 HTTPS,并确保端口定义为 443。

使用命令导出.pfx 证书。

$pwd = ConvertTo-SecureString -String "Azure123456!" -Force -AsPlainText
Export-PfxCertificate \
-cert cert:\localMachine\my\E1E81C23B3AD33F9B4D1717B20AB65DBB91AC630 \
-FilePath c:\appgwcert.pfx \
-Password $pwd

您可以从本指南中获取更多详细信息:Configure an application gateway with SSL termination using the Azure portal

希望这对您有所帮助。

关于azure - 在 Azure 应用程序网关中设置 SSL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52427746/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com