Obtain the Thumbprint and CA File of the vSphere Integrated Containers Appliance Certificate
If you do not provide custom certificates during deployment, the OVA installer generates a single certificate for the vSphere Integrated Containers Management Portal and the vSphere Integrated Containers file server. This certificate authenticates connections to the appliance welcome page, vSphere Integrated Containers Management Portal, the vSphere Integrated Containers Engine bundle, and the vSphere Client plug-in downloads. If you deploy the appliance with an automatically generated certificate, the certificate is self-signed by an automatically generated Certificate Authority (CA).
The vSphere administrator can obtain the thumbprint and CA file and passes them to other users who need to access the appliance welcome page or the vSphere Integrated Containers Management Portal.
Procedure
- Use SSH to connect to the vSphere Integrated Containers appliance as
root
user.$ ssh root@vic_appliance_address
Use
openssl
to view the certificate fingerprint.openssl x509 -in /storage/data/certs/server.crt -noout -sha1 -fingerprint
Take a note of the thumbprint and close the SSH session.
Use
scp
to copy the CA file to your local machine.scp root@vic_appliance_address:/opt/vmware/fileserver/cert/ca.crt /path/on/local_machine/folder1
You can share the thumbprint and CA file with users who need to connect to the vSphere Integrated Containers Management Portal or downloads. For information about how to verify the thumbprint and trust the CA, see Verify and Trust the vSphere Integrated Containers Appliance Certificate.