Aria Operations 8. x
Obtain the TLS certificate. You can obtain it from your internet browser or using openssl. Export the certificate as an X.509 Certificate (PEM).
Copy the certificate to your VMware Aria Operations Collector where the adapter instance is running.
Use ‘ssh’ and log in to the VMware Aria Operations Collector as the root user, then run the following command, changing <product_alias> with a friendly name for the certificate and <certfile> with the location and filename of the certificate:
$VCOPS_BASE/jre/bin/keytool -import -alias <product_alias> -file /tmp/<certfile> -keystore "$VCOPS_DATA_VCOPS/user/conf/ssl/tcserver.truststore" -storepass `grep ssltruststorePassword /storage/vcops/user/conf/ssl/storePass.properties | sed s/ssltruststorePassword=//` -trustcacerts