Obtaining and installing an Active Directory server private certificate on a client system
Before you begin
- Confirm that certificate services are installed on the domain controllers used to serve MVMM .
- You must have obtained a valid server private certificate from your network administrator.
- If you requested a CA certificate from the cert server via a web browser at http://%hostname%/certsrv, confirm that the Enterprise Certificate Authority domain controller has the IIS virtual root installed.
- Store the server certificate file in a secure location on the MVMM services computer.
To obtain the correct server CA certificate
The certutil.exe application checks to see if an IIS certsrv virtual root is installed on the domain controller that hosts the Enterprise Root CA. If one is not present, certutil creates it.
On the Domain Controller server that hosts the Enterprise Root Certificate Authority, open a command line and enter the following command: certutil -vroot
To install the server CA certificate
- Access the MVMM services directory, and enter the following command:
jre\bin\keytool -import -alias certificate_alias -file certificate_file_name -keystore keystore_filename
Where:- certificate_alias is a unique name for this certificate for this keystore. This name is needed to identify the certificate when more than one certificate is used.
- certificate_file_name is the name of the certificate file.
- keystore_filename is the name of the keystore file. Include a path, if necessary.
- When prompted, provide a new or existing keystore password.
This password is specified later in services.cfg.
For details about the keytool command and its options, see the Sun Java documentation.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*