To add a server certificate, you paste the contents of the PEM certificate file and the private key contents of the server.
Procedure
- Log in to the vSphere Web Client.
- Click .
- Double-click an NSX Edge.
- Navigate to .
- Click Add, and then click Certificate.
- In the Certificates Contents text box, paste the contents of the PEM certificate file.
Text must include "-----BEGIN xxx-----" and "-----END xxx-----". For example:
-----BEGIN CERTIFICATE-----
Server cert
-----END CERTIFICATE-----
- In the Private Key text box, paste the private key contents of the server.
Following is an example of the private key content:
-----BEGIN RSA PRIVATE KEY-----
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-----END RSA PRIVATE KEY-----
- Enter the password of the private key file and renter the password to confirm.
- (Optional) Enter a description for the server certificate.
- Click Add or OK.