负载平衡中 Google 管理的 SSL 证书的子域和定价
Subdomain & Pricing of Google-managed SSL certificate in Load Balancing
谁能帮我解决 定价 以及负载平衡中 Google 托管 SSL 证书对 子域 的支持。
我正在为静态网站使用 https。
https://medium.com/@marco_37432/create-a-custom-domain-cdn-with-google-beta-7ad9531dfbae
我想用 admin.example.com 创建一个子域到 link Google-在负载平衡中管理 SSL 证书
但是通过 Google 文档我可以看到 "Its not supporting wildcard common names or multiple subject alternate names" 我无法理解,任何人都可以解释我吗,我可以使用 create admin.example.com 到 link Google-托管 SSL 证书。
定价后我可以在 https://geekflare.com/google-managed-certificate-lb/ 中免费看到它 https://geekflare.com/google-managed-certificate-lb/ 我能找到它们吗 google 文件确认。
Google 云托管 SSL 证书是免费的。
您只能将 Google 托管 SSL 证书与 Google 服务(例如负载平衡器)一起使用。您不能在您控制的服务上使用它们。 Google 证书私钥不可用。
Google 负载平衡器等服务支持多个 SSL 证书。每个 Google 托管证书只能有一个经过验证的域名。这可以是您 own/control 的根域的子域。不支持通配符。
如果上述任何限制影响到您,那么您将需要 select 自行管理的证书。您可以使用 Cloud Shell.
轻松创建自己的 Let's Encrypt SSL 证书
在云 Shell 上 运行 的示例命令:
wget https://dl.eff.org/certbot-auto
chmod +x certbot-auto
./certbot-auto certonly --manual --preferred-challenges dns -d 'example.com' -d '*.example.com'
我写了一篇文章对此进行了详细介绍 here。
截至今天 (2020-01-28) Google 在单个证书中支持多个域(测试版):
Cloud Load Balancing – multiple domain support for Google-managed SSL
certificates: beta
https://cloud.google.com/load-balancing/docs/ssl-certificates
https://cloud.google.com/load-balancing/docs/quotas#ssl_certificates
谁能帮我解决 定价 以及负载平衡中 Google 托管 SSL 证书对 子域 的支持。
我正在为静态网站使用 https。 https://medium.com/@marco_37432/create-a-custom-domain-cdn-with-google-beta-7ad9531dfbae
我想用 admin.example.com 创建一个子域到 link Google-在负载平衡中管理 SSL 证书
但是通过 Google 文档我可以看到 "Its not supporting wildcard common names or multiple subject alternate names" 我无法理解,任何人都可以解释我吗,我可以使用 create admin.example.com 到 link Google-托管 SSL 证书。
定价后我可以在 https://geekflare.com/google-managed-certificate-lb/ 中免费看到它 https://geekflare.com/google-managed-certificate-lb/ 我能找到它们吗 google 文件确认。
Google 云托管 SSL 证书是免费的。
您只能将 Google 托管 SSL 证书与 Google 服务(例如负载平衡器)一起使用。您不能在您控制的服务上使用它们。 Google 证书私钥不可用。
Google 负载平衡器等服务支持多个 SSL 证书。每个 Google 托管证书只能有一个经过验证的域名。这可以是您 own/control 的根域的子域。不支持通配符。
如果上述任何限制影响到您,那么您将需要 select 自行管理的证书。您可以使用 Cloud Shell.
轻松创建自己的 Let's Encrypt SSL 证书在云 Shell 上 运行 的示例命令:
wget https://dl.eff.org/certbot-auto
chmod +x certbot-auto
./certbot-auto certonly --manual --preferred-challenges dns -d 'example.com' -d '*.example.com'
我写了一篇文章对此进行了详细介绍 here。
截至今天 (2020-01-28) Google 在单个证书中支持多个域(测试版):
Cloud Load Balancing – multiple domain support for Google-managed SSL certificates: beta
https://cloud.google.com/load-balancing/docs/ssl-certificates
https://cloud.google.com/load-balancing/docs/quotas#ssl_certificates