Загрузка страницы

Step by Step HyperV Replication with Certificate Key on Widnows 2019 Server

Step by Step HyperV Replication with Certificate Key on Widnows 2019 Server

Download SDK file: http://www.microsoft.com/en-us/download/details.aspx?id=8279

Download makecert file: http://www.mediafire.com/file/x6vxy71cymuvckd/makecert.zip/file

HyperVHost
----------------------
c:\makecert\makecert -pe -n "CN=PrimaryTestRootCA" -ss root -sr LocalMachine -sky signature -r "c:\makecert\PrimaryTestRootCA.cer"

c:\makecert\makecert -pe -n "CN=HyperVHost" -ss my -sr LocalMachine -sky exchange -eku 1.3.6.1.5.5.7.3.1,1.3.6.1.5.5.7.3.2 -in "PrimaryTestRootCA" -is root -ir LocalMachine -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12 "c:\makecert\PrimaryTestCert.cer"

reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization\Replication" /v DisableCertRevocationCheck /d 1 /t REG_DWORD /f

HyperVHost1
------------------------
c:\makecert\makecert -pe -n "CN=ReplicaTestRootCA" -ss root -sr LocalMachine -sky signature -r c:\makecert\ReplicaTestRootCA.cer"

c:\makecert\makecert -pe -n "CN=HyperVHost1" -ss my -sr LocalMachine -sky exchange -eku 1.3.6.1.5.5.7.3.1,1.3.6.1.5.5.7.3.2 -in "ReplicaTestRootCA" -is root -ir LocalMachine -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12 C:\makecert\ReplicaTestCert.cer

reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization\Replication" /v DisableCertRevocationCheck /d 1 /t REG_DWORD /f

Import the certificates
--------------------------------------
On HyperVHost
certutil -addstore -f Root C:\makecert\import\ReplicaTestRootCA.cer

On HyperVHost1
certutil -addstore -f Root C:\makecert\import\PrimaryTestRootCA.cer

Видео Step by Step HyperV Replication with Certificate Key on Widnows 2019 Server канала Man Bhakta Maharjan
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
1 марта 2020 г. 16:25:51
00:54:38
Яндекс.Метрика