在 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 证书?