我使用命令添加了刚从 comodo 购买的 SSL 证书
cctrlapp xxxx/default addon.add ssl.host --cert certif.crt
--key certif-nopass.key --chain SecureServerCA-bundle.crt
检查后我的命令没有得到任何响应
$ cctrlapp xxx/default addon ssl.host
Addon : ssl.host
Settings
SSL_CERT_INCEPTS : 2013-02-07 00:00:00
SSL_DNS_DOMAIN : addonssl-depsmgr6bsx-1086693984.eu-west-1.elb.amazonaws.com
SSL_CERT_EXPIRES : 2014-02-07 23:59:59
After accessing to the https
I have the error
The certificate is valid for the following domains :
*.cloudcontrolled.com , cloudcontrolled.com
(Error code : ssl_error_bad_cert_domain)
为什么SSL_DNS_DOMAIN
表示这个子域名?
我刚刚使用命令检查了证书
openssl x509 -in certif.crt -text -noout
它是一个有效的 2048 RSA 密钥。
有任何想法吗?谢谢