简体   繁体   English

我可以在Azure Web App的同一主机名上使用两个SSL证书吗?

[英]Can I use two SSL certificates on the same hostname for an Azure Web App?

I want to use two SSL certificates on the same site: www.example.com. 我想在同一个站点上使用两个SSL证书:www.example.com。

example.com is a Web App hosted with Azure. example.com是一个托管Azure的Web应用程序。

If i go to WebApp->All Settings->Custom domains and SSL -> SSL bindings i can upload the two certificates. 如果我转到WebApp->所有设置 - >自定义域和SSL - > SSL绑定,我可以上传这两个证书。

I can then bind the first certificate and second certificate on the same Host Name (example.com). 然后,我可以在同一主机名(example.com)上绑定第一个证书和第二个证书。 It appears to save correctly. 它似乎正确保存。 However when I navigate away and then come back, only the first certificate has been bound. 然而,当我离开然后回来时,只有第一个证书被绑定。

I want to do this in order to support ECC and RSA algorithms. 我想这样做是为了支持ECC和RSA算法。

You would be able to get another SSL certificate, but you will only able to install single certificate at the time. 您将能够获得另一个SSL证书,但您当时只能安装单个证书。 SSL can be only issued on Frequently Qualified Domain Name( FQDN ). SSL只能在经常合格的域名( FQDN )上发布。

So either you have to remove existing certificate and have to install a new one, but you won't be able to use both at once. 因此,您必须删除现有证书并且必须安装新证书,但您将无法同时使用这两个证书。 Only Single SSL certificate can be bind on the server so it will automatically replace the existing. 只能在服务器上绑定单个SSL证书 ,因此它将自动替换现有证书

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以在 Azure VM 中使用应用服务证书进行 ssl 配置吗 - Can I use App Service Certificates in Azure VM for ssl configuration 批量/批量更改 Azure 应用服务(网络应用)上的 SSL 证书 - Bulk/mass change SSL certificates on Azure app services (web apps) 尝试为Azure Web App添加SSL绑定时没有证书 - No certificates when trying to add SSL Bindings for Azure Web App 如何列出 Web 应用程序的证书? - How can i list the certificates for a web app? 可以将serviceAutoStartProviders用于Azure Web应用程序吗? - can I use serviceAutoStartProviders for azure web app? 如何将相同的通配符主机名添加到多个Azure Web应用程序? - How can add the same wildcard hostname to multiple Azure web apps? 两个Azure Web应用程序可以使用同一令牌进行身份验证吗? - Can two Azure web applications use the same token for authentication? 我可以在没有自定义域的情况下在 Azure 应用服务上使用客户端证书吗? - Can I use Client Certificates on Azure App Services without a custom domain? 我可以使用 Azure Even 中心主机名作为应用程序网关的后端吗? - Can I use Azure Even hub hostname as the backend of application gateway? 我可以为Azure事件网格使用自定义主机名吗 - Can I use a custom hostname for Azure Event grid Topic
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM