Implementing Self-signed Certificates in Hyper-V Replica
On the Primary Server Copy the makecert.exe utility locally. Run the following elevated command to Create a self-signed root authority certificate makecert -pe -n “CN=PrimaryTestRootCA” -ss root -sr LocalMachine -sky...