Enable the SHA-1 Hashing Function
You can install certificates, signed with the SHA-1 hashing function in the
Site
Recovery Manager
Appliance in case
your environment requires it. By default, the
Site
Recovery Manager
server rejects installation of
new certificates, which are signed with the SHA-1 hashing function. To install a
certificate, signed with the SHA-1 hashing function, you must enable it in the
Site
Recovery Manager
Appliance.- Establish an SSH connection to theSite Recovery ManagerAppliance.
- Navigate to the/opt/vmware/srm/conf/folder and open thevmware-dr.xmland thedrconfig.xmlfiles in a text editor.
- Find the<connections>section and add a<allowSha1>section.<connections> <allowSha1>true</allowSha1> </connections>
- Save the files and restart theSite Recovery Manager Serverservice.
- Use the following command to restart thedr-configuratorservice.sudo systemctl restart dr-configurator