在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证书的情况下安装此SSL证书?
您只能在Heroku上拥有一个SSL证书,因此,如果您想要的子域比www更多,则需要一个通配符SSL证书。