Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions VM/DockerCerts-Generation/CreateDockerCerts.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ param(

$ErrorActionPreference = "Stop"
if ([int](Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" -Name Release).Release -lt 393295) {
throw "Your version of .NET framework is not supported for this script, needs at least 4.6+"
throw "Your version of .NET framework is not supported test for this script, needs at least 4.6+"
}
function GenerateCerts {
$splat = @{
Expand Down Expand Up @@ -98,4 +98,4 @@ function GenerateCerts {

GenerateCerts

Write-Host "CA, Server and Client Certificate files should be generated in this same folder"
Write-Host "CA, Server and Client Certificate files should be generated in this same folder"