在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证书的情况下为subdomai安装此SSL证书?
发布于 2017-02-20 02:57:44
您只能在Heroku上拥有一个SSL证书,因此如果您需要比www更多的子域,则需要通配符SSL证书。
https://stackoverflow.com/questions/42293210
复制相似问题