How can I associate an SSL certificate with Bluemix custom domains? -


when try upload ssl certificate bluemix custom domain, receive error message:

bxnui2072e: intended host name, *.<custom_domain>, not subject within certificate.  

how can go getting certificate uploaded , avoid error?

thanks!

i learned problem here due certificate using, single, specific domain. bluemix supports wildcard certificates, that's key point.

i got around replacing single domain certificate wildcard certificate.

to generate wildcard certificate, needed specify wildcard domain adding asterisk (*) , period (.) in front of custom domain name.

in example follows used openssl generate self-signed wildcard certificate. i've generalized example specify wildcard domain common name field.

common name (e.g. server fqdn or name) []:*.<custom_domain>  

i tested , succesfully got work both self-signed certificate , certificate signed certificate authority.


Comments