vRO 8.6.2 Certificate Replacement
- bansalreepa999
- Nov 18, 2022
- 1 min read
Verify that the PEM file containing the TLS certificate contains the following components in the set order:
1. The private key for the certificate.
2. The primary certificate.
3. If applicable, the Certificate Authority (CA) intermediate certificate or certificates.
4. The root CA certificate.
Procedure:
a. Log in to the vRealize Orchestrator Appliance command line over SSH as root.
b. Run the vracli certificate ingress --set stdin command.
c. Copy and paste the certificate chain, and press Ctrl+D.
After this in my case I was getting the error related to SHA256.
To resolve this issue, perform the below steps.
1. Put the pem file under /opt/scripts/ folder.
2. Switch to the folder cd /opt/scripts
3. Run the command vracli certificate ingress --set abc.pem --sha256 74e00d5ea2ea3213be9f8487f90ca3f31178de89c909a171b6f367bc936a6479
Note: sha256 value is taken from the error we got.

Comments