I added the SSL certificate just bought from comodo using command
cctrlapp xxxx/default addon.add ssl.host --cert certif.crt
--key certif-nopass.key --chain SecureServerCA-bundle.crt
I do not get any response to my command, after checking
$ 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)
Why the SSL_DNS_DOMAIN
indicates this subdomain name?
I just checked the certicate using command
openssl x509 -in certif.crt -text -noout
and it's a valid 2048 RSA key.
Any ideas? Thanks