Manually get a certificate authority (CA) chain
In the event you cannot automatically fetch the certificate authority chain, use one of the following browser-specific procedures to get a certificate chain used to connect securely to vCenter or, or .
The certificate chain is the root certificate and all subordinate certificates.
You can optionally use one of these procedures to connect to the following:
-
vCenter or NSX
-
Get a Certificate Chain—Mac (Chrome and Firefox)
Use this procedure to get a certificate chain using the Chrome and Firefox browsers on Mac OS.
-
Open a Terminal window.
-
Enter the following command.
security verify-cert -P url[:port]where url is the URL (including scheme) to vCenter or, or . For example:
security verify-cert -P https://myvcenter.example.comIf you access vCenter or, or using NAT or PAT, you can add a port as follows:
security verify-cert -P https://myvcenter.example.com:12345 -
Save the entire certificate chain to a plaintext file.
-
Include all
-----BEGIN CERTIFICATE-----and-----END CERTIFICATE-----delimiters. -
Exclude any extraneous text (for example, the name of the certificate and any text contained in angle brackets (
<and>) as well as the angle brackets themselves.
-
-
Repeat these tasks for vCenter, or .
Get a Certificate Chain—Windows Chrome
Use this procedure to get a certificate chain using the Chrome browser on Windows.
-
Log in to vCenter or, or using Chrome.
-
In the browser address bar, click the lock to the left of the host name.
-
Click Certificate.
-
Click the Certification Path tab.
-
Click the top (that is, first) certificate in the chain.
-
Click View Certificate.
-
Click the Details tab.
-
Click Copy to File.
-
Follow the prompts to create a CER-formatted certificate file that includes the entire certificate chain.
When you're prompted to choose an export file format, click Base 64-Encoded X.509 (.CER) as the following figure shows.

-
Follow the prompts to complete the export.
-
Open the certificate in a text editor.
-
Repeat the process for all certificates in the chain.
You must paste each certificate in the text editor in order, first to last.
-
Repeat these tasks for vCenter or, or .
Get a Certificate Chain—Windows Firefox
Use the following procedure to get a certificate chain for the Firefox browser on either Windows or Mac OS.
-
Log in to vCenter or, or . using Firefox.
-
Click the lock to the left of the host name.
-
Click the right arrow (Show connection details). The following figure shows an example.

-
Click More Information.
-
Click View Certificate.
-
If the resulting dialog box has tab pages, click the tab page corresponding to the top-level CA.
-
Scroll to the Miscellaneous section.
-
Click PEM (chain) in the Download row. The following figure shows an example.

-
Save the file.
-
Repeat these tasks for vCenter or, or .