Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.
Some article numbers may have changed. If this isn't what you're looking for, try searching all articles. Search articles

RecoverPoint for VMs: How to update Certificates in RecoverPoint for VMs 5.3 environments

Summary: The certificates by RecoverPoint (RP) for a Virtual Machines environment can be either; default certificate, self-signed certificate, or CA signed certificate. All three types of certificates can apply to RecoverPoint cluster or vCenter server. ...

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

This procedure is required in the following scenarios:

  • If the vCenter server or RecoverPoint certificate has been changed to a self or CA signed, rather than a default one.
  • If the plug-in server was unable to retrieve the default certificates automatically.
  • When plug-in server deployment is failing with certificate errors


How to add RecoverPoint and vCenter certificates to a plug-in server:

  1. Add a self, or CA signed RecoverPoint certificate to the Plugin server:
    1. Ensure that the root user is enabled on-site control RPA.
    2. Log in to the Plugin Server from the vSphere Web Console.
    3. Download the RP Certificate to the Plugin Server.
      scp root@{CLUSTER_IP}:/etc/kbox/ssl/rpa_web_server.crt /etc/pki/trust/anchors/
    4. Update the certificate management service on the Plugin Server by running the following command from within the vSphere Console:
      update-ca-certificates
    5. Restart the Plugin Server, power it back on giving it roughly 2 minutes to orient itself. If done too early, internal errors and other communication issues appear in the HTML5 plug-in.
      reboot
    6. After two minutes have passed with the Plugin Server being online, log back in to the RecoverPoint for Virtual Machine HTML5 Plugin to see if the Dashboard has been populated with cluster information.


     
  • Add a self, or CA signed VC certificate to the plug-in:
    1. Log in to vRPA Plugin Server from the vSphere Web Console.
    2. Download the vCenter certificate .zip file using the command below.
      curl -ko download.zip https://{VCENTER_IP}/certs/download.zip
    3. Extract the certificate files to the /etc/pki/trust/anchors directory. This also ignores the CRL files with the r* extension.
      unzip -j download.zip "certs/lin/*" -x "*.r*" -d "/etc/pki/trust/anchors"
    4. Update the certificate management service on the Plugin Server by running the following command from within the vSphere Console:
      update-ca-certificates
    5. Restart the Plugin Server, power it back on giving it roughly 2 minutes to orient itself. If done too early, internal errors and other communication issues appear in the HTML5 plug-in.
      reboot
    6. After the 2 minutes have passed with the Plugin Server being online, log back in to the RecoverPoint for Virtual Machine HTML5 Plugin to see if the Dashboard has been populated with cluster information.


     
  • Add vCenter certificate to RecoverPoint side:
    1. Manually add the new VC cert in base64 format (CA cert only) under Trusted Store of RPA.
    2. Log in into the admin menu.
    3. Go to Options.
      [2] Setup > [8] Advanced options > [2] Security options > [2] Certificates management > [2] Truststore management > [2] Add trusted certificate
    4. Add the CA certificate to the trusted store of RPA.
      You must open the certificate in a readable view and copy the whole certificate including:
      -----BEGIN CERTIFICATE REQUEST-----
      To
      -----END CERTIFICATE REQUEST-----
      Paste it in PuTTY then add a # in a new line and press Enter.
    5. Run the command from the RPA system CLI.
      update_vcenter_server_registration -f

Additional Information

Watch this video:

Article Properties


Affected Product

RecoverPoint for Virtual Machines

Last Published Date

28 Sep 2023

Version

9

Article Type

How To