Friends,
good evening.
I am trying to set up hyperv replication with certificate (SelfSignedCertificate) following the procedures I found, however when I import the certificate into (root) it says it is expired or is invalid.
I generated the certificate on a computer with (Windows 10) and am trying to install it on a server (Windows 2012).
New-SelfSignedCertificate -Type "Custom" -KeyExportPolicy "Exportable" -Subject "HYPERVDEMO" -CertStoreLocation "Cert: \ LocalMachine \ My" -KeySpec "Signature" -KeyUsage "CertSign"
what am I doing wrong?
Thank you.
good evening.
I am trying to set up hyperv replication with certificate (SelfSignedCertificate) following the procedures I found, however when I import the certificate into (root) it says it is expired or is invalid.
I generated the certificate on a computer with (Windows 10) and am trying to install it on a server (Windows 2012).
New-SelfSignedCertificate -Type "Custom" -KeyExportPolicy "Exportable" -Subject "HYPERVDEMO" -CertStoreLocation "Cert: \ LocalMachine \ My" -KeySpec "Signature" -KeyUsage "CertSign"
what am I doing wrong?
Thank you.