diff --git a/VM/DockerCerts-Generation/CreateDockerCerts.ps1 b/VM/DockerCerts-Generation/CreateDockerCerts.ps1 index 209e043d..fec39586 100644 --- a/VM/DockerCerts-Generation/CreateDockerCerts.ps1 +++ b/VM/DockerCerts-Generation/CreateDockerCerts.ps1 @@ -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 = @{ @@ -98,4 +98,4 @@ function GenerateCerts { GenerateCerts -Write-Host "CA, Server and Client Certificate files should be generated in this same folder" \ No newline at end of file +Write-Host "CA, Server and Client Certificate files should be generated in this same folder"