Configuring vCenter CA Certificates in NetBackup Primary Server
vCenter CA certificate must added in truststoreVWCP to enable plug-in to make vCenter api calls.
- Download the vCenter CA certificates from https://<vCenter IP/FQDN>/certs/download.zip
- Extract the contents of a ZIP file to any local location
- Get the
storepassfromVeritas/NetBackup/var/global/jkskey. - Update and run the following command
Windows
C:\Program Files\Veritas\NetBackup\jre\bin\keytool" -storetype BCFKS -providerpath "C:\Program Files\Veritas\NetBackup\wmc\ webserver\lib\ccj-3.0.1.jar" -providerclass com.safelogic.cryptocomply. jcajce.provider.CryptoComplyFipsProvider -importcert -trustcacerts -file C:\Users\labuser\Downloads\download \certs\win\ vCenter Certificate -keystore "C:\Program Files \Veritas\NetBackup\var\global\wsl\credentials\truststoreVWCP.bcfks" -storepass C:\Program Files\Veritas\NetBackup\var\global\ jkskey -alias VMwareCA
Linux
/usr/openv/java/jre/bin/keytool -storetype BCFKS -providerpath /usr/openv/wmc/webserver/lib/ccj-3.0.1.jar -providerclass com. safelogic.cryptocomply.jcajce.provider.CryptoComplyFipsProvider -importcert -trustcacerts -file /root/c3bc1e7a.0 -keystore /usr/openv/var/global/wsl/credentials/truststoreVWCP.bcfks -storepass /usr/openv/var/global/jkskey -alias VMwareCA