0

在 Heroku 设置中,SSL 显示为 www.example.com,但我没有在哪里为 subdomain.example.com 添加 SSL 证书。

在 DNSimple 说明中,它说在命令提示符下安装证书:

$ heroku certs:add subdomain_example_com.pem subdomain_example_com.key

这导致:

Resolving trust chain... done
 ▸    Potentially Destructive Action
 ▸    This command will change the certificate of endpoint *********-17151 from ⬢ afternoon-********-5203.

$ heroku certs

***********-17151  www.example.com, example.com  2018-01-29

如何在不弄乱 www.example.com 的现有 SSL 证书的情况下为 subdomaini 安装此 SSL 证书?

4

1 回答 1

0

您在 Heroku 上只能拥有一个 SSL 证书,因此如果您想要比 www 更多的子域,则需要一个通配符 SSL 证书。

于 2017-02-20T02:57:44.563 回答