Take a non-memory or powered-off snapshot of your Usage Meter before following the steps below.
- SSH to the Usage Meter appliance as
usagemeter. - Run the following command to generate CSR and the key. Replace "server" with the domain name you intend to secure:
openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr
- You will be prompted to provide the details below:
- Common Name - The FQDN (fully-qualified domain name) you want to secure with the certificate such as
www.<FQDN>.com, example.com, etc. - Organization - The full legal name of your organization, including the corporate identifier.
- Organization Unit (OU) - Your department, such as "Information Technology" or "Website Security."[cite: 1]
- City or Locality - The locality or city where your organization is legally incorporated. Do not abbreviate.[cite: 1]
- State or Province - The state or province where your organization is legally incorporated. Do not abbreviate.[cite: 1]
- Country - The official two-letter country code (i.e., US, CH) where your organization is legally incorporated.[cite: 1]
Note: You are not required to enter a password or passphrase. This optional field is for applying additional security to your key pair.
[cite: 1]
- Generate a certificate on an Internal CA for use with vCloud Usage Meter.[cite: 1]
- Convert the file from .cer to .crt extension:[cite: 1]
openssl x509 -inform PEM -in <HOSTNAME>.cer -out <HOSTNAME>.crt
[cite: 1] - Copy the .crt and key file to Usage Meter using the WinSCP client.[cite: 1]
- Install the certificate into the Usage Meter appliance by following the procedure described in this vCloud Usage Meter Certificate Management.[cite: 1]