Vcloud Director 10.2 – Cant Install WildCard Certs

This post was originally published on this site

Hi!

Please help

 

I deploy Vcloud Director 10.2 VA in a configuration of 3 cells.

Now i wont install SSL cert on primary node.

 

I have 4 file from my external CA (3rd party)

-rw——- 1 root root 1.9K Sep 18 09:01 mydomain.com.cer

-rw——- 1 root root 1.7K Sep 18 08:57 mydomain.com.key

-rw——- 1 root root 1.7K Sep 18 09:01 ca.cer

-rw——- 1 root root 3.5K Sep 18 09:01 fullchain.cer

 

The “mydomain.com.cer” contains wildcard cert like *.mydomain.com

 

Then i use article

Import Private Keys and CA-Signed SSL Certificates to the VMware Cloud Director Appliance

 

1.I create chain

root@dc1-tv-vcd01 [ /tmp/vmtools ]# cat mydomain.com.cer mydomain.com.key ca.cer fullchain.cer > chain.crt

2.Try Create the keystore file for the HTTPS service

root@dc1-tv-vcd01 [ /tmp/vmtools ]# openssl pkcs12 -export -in mydomain.com.cer -inkey mydomain.com.key -CAfile chain.crt -name http -passout pass:keystore_password -out http.p12 -chain

Error unable to get issuer certificate getting chain.

 

Whats i do wrong?

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.