Heroku的SSL通配符证书

时间:2012-07-29 11:04:40

标签: heroku dns ssl-certificate

我刚刚在我的“示例”应用中添加了SSL Endpoint插件,并且 将我的SSL证书和私钥从DNSimple更新为Heroku(根据这篇文章: http://ryan.mcgeary.org/2011/09/16/how-to-add-a-dnsimple-ssl-certificate-to-heroku/ )感谢这个命令:

$ heroku certs:add STAR_example_com-bundle.pem STAR_example_com-private.key --app example
Adding SSL endpoint to example... done
example now served by oita-4417.herokussl.com
Certificate details:
    subject: /OU=Domain Control Validated/OU=EssentialSSL Wildcard/CN=*.example.com
    start date: 2012-07-28 02:00:00 CEST
    expire date: 2013-07-29 01:59:59 CEST
    common name(s): *.example.com, example.com
    issuer: /OU=Domain Control Validated/OU=EssentialSSL Wildcard/CN=*.example.com
    SSL certificate is verified by a root authority.

但现在,当我尝试使用https://example.com(以及https://foo.example.com等子域)访问我的应用时,我有一个 警告(在红色的大页面内,使用Chrome)...

我该如何解决这个问题?也许我要等几个小时?谢谢!

0 个答案:

没有答案