-
Open a PowerShell prompt as Administrator
-
Enable Hyper-V
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
#!/bin/sh | |
# | |
# Lab / Testing CA | |
# | |
# generates: | |
# - a local authority | |
# - signs a server cert with a CN matching the hostname | |
# - client server for auth | |
# | |
# config: |