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:
-
Execute the following commands:
- openssl genrsa -aes256 -out \HCC_CA.key 2048
- openssl req -sha256 -new -x509 -days 9999 -key \HCC_CA.key -out\HCC_CA.crt
- Provide the input information for the Root CA & continue to input the asking value.
-
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