简体   繁体   English

如何在 Azure 中为自定义域创建证书?

[英]How do I create certificates in Azure for a custom domain?

I am trying to follow this tutorial to create certificates in Azure for a custom domain.我正在尝试按照教程在 Azure 中为自定义域创建证书。 I have the same issue as Marc:我和马克有同样的问题: 在此处输入图像描述

However, I have set access to DNS Zone already:但是,我已经设置了对 DNS 区域的访问权限:

在此处输入图像描述 Could the problem be that is it a custom Domain?问题可能是它是一个自定义域吗? If so any workaround, if not anything else to check?如果是这样,任何解决方法,如果没有其他要检查的?

As the tutorial you followed mentioned that "there is a plugin for Azure Web Apps, but this only works for Windows web applications", so you may not follow that steps. As the tutorial you followed mentioned that "there is a plugin for Azure Web Apps, but this only works for Windows web applications", so you may not follow that steps.

To create a certificate for the static website in a storage account, you can follow this blog1 ---Enable HTTPS with Lets Encrypt on Azure static site and read this blog2 for more details. To create a certificate for the static website in a storage account, you can follow this blog1 ---Enable HTTPS with Lets Encrypt on Azure static site and read this blog2 for more details.

An Azure static site hosted on a storage container allows you to have a free certificate provided by DigiCert but only for subdomains (such as www).托管在存储容器上的 Azure static 站点允许您拥有 DigiCert 提供的免费证书,但仅限于子域(例如 www)。 If you want to use the root domain, it's available for using the Bring your own certificate feature.如果您想使用根域,可以使用自带证书功能。 You need to configure HTTPS on an Azure CDN custom domain .您需要在 Azure CDN 自定义域上配置 HTTPS

There is an amazing project lets-encrypt-azure on GitHub that allows you can run as an Azure Function that will provide this endpoint, download the certificate to an Azure Key vault to be used by your CDN. There is an amazing project lets-encrypt-azure on GitHub that allows you can run as an Azure Function that will provide this endpoint, download the certificate to an Azure Key vault to be used by your CDN.

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

相关问题 如何将域名分配给 Azure 中的自定义域 - How do I assign a domain name to a custom domain in Azure 如何为 Azure 中的现有应用服务创建子域? - How do I create a sub domain for an existing app service in Azure? 如何在Azure中创建自定义通配符域 - How to create custom wildcard domain in azure 我可以在没有自定义域的情况下在 Azure 应用服务上使用客户端证书吗? - Can I use Client Certificates on Azure App Services without a custom domain? 如何访问SQL Azure中的sys.certificates表? - How do I access sys.certificates table in SQL Azure? 你知道如何用azure命令行创建自定义域名吗? - Do you know how to create a custom domain name with azure command line? 如何更改 azure 域上的名称服务器? - How do I change nameservers on azure domain? 如何使用 Azure CLi 将带有“在其他 DNS 上”选项的自定义域添加到 static web 应用程序 - How do I add a custom domain with 'on other DNS' option to a static web app with Azure CLi 如何从Network Solutions中间和域证书文件为Azure网站创建PFX证书导出? - How do I create PFX certificate export for Azure Website from Network Solutions intermediate and domain certificate files? 如何在 Azure 中创建子域和子文件夹? - How do I create a Sub-domain and Sub-folder in Azure?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM