Create Self-Signed Root CA for Cloud Connector

You can use an existing CA to create a self-signed CA. If you are using your own CA, create the certificate of that CA.

To create a self-signed root CA for Cloud Connector:

  1. Execute the following commands:
    1. openssl genrsa -aes256 -out \HCC_CA.key 2048
    2. openssl req -sha256 -new -x509 -days 9999 -key \HCC_CA.key -out\HCC_CA.crt
  2. Provide the input information for the Root CA & continue to input the asking value.
  3. Create a single PKCS file safe keeping by running the following command:
    openssl pkcs12 -export -clcerts -in \HCC_CA.crt -inkey \HCC_CA.key - out \HCC_CA.p12