You can replace all VMCA-signed certificates with new VMCA-signed certificates; this process is called renewing certificates. You can renew selected certificates or all certificates in your environment from the Platform Services Controller web interface.
Prerequisites
For certificate management, you have to supply the password of the administrator of the local domain ([email protected] by default). If you are renewing certificates for a vCenter Server system, you also have to supply the vCenter Single Sign-On credentials for a user with administrator privileges on the vCenter Server system.
Procedure
- From a Web browser, connect to the vSphere Web Client or the Platform Services Controller.
Option |
Description |
vSphere Web Client |
https://vc_hostname_or_IP/vsphere-client |
Platform Services Controller |
https://psc_hostname_or_IP/psc In an embedded deployment, the Platform Services Controller host name or IP address is the same as the vCenter Server host name or IP address. |
- Specify the user name and password for [email protected] or another member of the vCenter Single Sign-On Administrators group.
If you specified a different domain during installation, log in as administrator@
mydomain.
- Log in as an administrator.
- Renew the machine SSL certificate for the local system.
- Click the Machine Certificates tab.
- Select the certificate, click Renew, and answer Yes to the prompt.
- (Optional) Renew the solution user certificates for the local system.
- Click the Solution User Certificates tab.
- Select a certificate and click Renew to renew individual selected certificates, or click Renew All to renew all solution user certificates.
- Answer Yes at the prompt.
- If your environment includes an external Platform Services Controller, you can then renew the certificates for each of the vCenter Server system.
- Click the Logout button in the Certificate Management panel.
- When prompted, specify the IP address or FQDN of the vCenter Server system and user name and password of a vCenter Server administrator who can authenticate to vCenter Single Sign-On.
- Renew the machine SSL certificate on the vCenter Server and, optionally, each solution user certificate.
- If you have multiple vCenter Server systems in your environment, repeat the process for each system.
What to do next
Restart services on the Platform Services Controller. You can either restart the Platform Services Controller, or run the following commands from the command line:
-
Windows
-
On Windows, the service-control command is located at VCENTER_INSTALL_PATH\bin.
service-control --stop --all
service-control --start VMWareAfdService
service-control --start VMWareDirectoryService
service-control --start VMWareCertificateService
-
vCenter Server Appliance
-
service-control --stop --all
service-control --start vmafdd
service-control --start vmdird
service-control --start vmcad