Replacing vCloud Usage Meter 4.x SSL certificate with a Custom Certificate Authority Signed Certificate
book
Article ID: 321899
calendar_today
Updated On:
Products
VMware Aria Suite
Issue/Introduction
This article explains how to replace a vCloud Usage Meter 4.x SSL certificate with a Custom Certificate Authority (CA) Signed Certificate.
Environment
VMware vCloud Usage Meter 4.x
Resolution
Take a non-memory or powered-off snapshot of your Usage Meter before following the steps below.
Procedure
- 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.âÂÂ
- City or Locality - The locality or city where your organization is legally incorporated. Do not abbreviate.
- State or Province - The state or province where your organization is legally incorporated. Do not abbreviate.
- Country - The official two-letter country code (i.e., US, CH) where your organization is legally incorporated.
Note: You are not required to enter a password or passphrase. This optional field is for applying additional security to your key pair.
- Generate a certificate on an Internal CA for use with vCloud Usage Meter.
- Convert the file from .cer to .crt extension:
openssl x509 -inform PEM -in <HOSTNAME>.cer -out <HOSTNAME>.crt
- Copy the .crt and key file to Usage Meter using the WinSCP client.
- Install the certificate into the Usage Meter appliance by following the procedure described in this document.
Feedback
thumb_up
Yes
thumb_down
No