Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thelogh/self-signed-certificate-replica-hyper-v
Replication on Hyper-V 2022 with self-signed certificates
https://github.com/thelogh/self-signed-certificate-replica-hyper-v
hyper-v hyper-v-setup makecert openssl powershell replica
Last synced: about 1 month ago
JSON representation
Replication on Hyper-V 2022 with self-signed certificates
- Host: GitHub
- URL: https://github.com/thelogh/self-signed-certificate-replica-hyper-v
- Owner: thelogh
- License: mit
- Created: 2024-02-21T18:54:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T20:21:23.000Z (11 months ago)
- Last Synced: 2024-02-21T22:31:37.192Z (11 months ago)
- Topics: hyper-v, hyper-v-setup, makecert, openssl, powershell, replica
- Language: PowerShell
- Homepage: https://www.alldiscoveries.com/how-to-set-up-replication-on-hyper-v-2022-step-by-step-with-active-directory-off-domain-self-signed-certificates/
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to set up replication on Hyper-V 2022 [step by step] with Active Directory off-domain self-signed certificates
# Complete Guide https://www.alldiscoveries.com/how-to-set-up-replication-on-hyper-v-2022-step-by-step-with-active-directory-off-domain-self-signed-certificates
## To generate certificates we can choose various options, I have chosen 3 of the most common ones.
1 – Makecert, Microsoft tool for creating self-signed X.509 certificates, contained in the Microsoft Windows Software Development Kit (SDK). Now deprecated but very simple to use.
Guide= https://learn.microsoft.com/en-us/windows/win32/seccrypto/makecert
Download = https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/2 - Powershell cmdlet New-SelfSignedCertificate, method now used and present in the Microsoft operating system.
Guide= https://learn.microsoft.com/en-us/powershell/module/pki/new-selfsignedcertificate
Download = https://learn.microsoft.com/it-it/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.43- OpenSSL, the most used tool especially in the extremely flexible Linux world
Guide = https://www.openssl.org/docs/
Download = https://slproweb.com/products/Win32OpenSSL.html