In this post we will be working on using a custom signed certificates (CA Signed) on vSphere Replication Appliance.
Unlike vCenter Server, there is no automated way of replacing the default certificates on VR appliance and all it needs a bit of manual effort. VMware has outlined the steps in the official KB-2080395 to do so.
Before performing these steps, make sure you have already replaced the default certificates on your vCenter Server.
vSphere Replication appliance ships with openssl and you can use this to generate the certificate signing requests for the vSphere Replication appliance
Perform following steps to replace the default certs with CA signed certs:
1: Create openssl config file
SSH to your VR appliance and create an configuration file for Replication Appliance. Contents of this file would look like as shown below. You need to change the fields marked in bold.
vrs01:~ # vi vrs01.cfg
[ req ]
default_bits = 2048
default_keyfile = rui.key… Read More