From c9c5ad7821ef43e935981d748a1d4c6a9b01def6 Mon Sep 17 00:00:00 2001 From: sanjayntmsaz <114060293+sanjayntmsaz@users.noreply.github.com> Date: Sun, 12 Mar 2023 09:13:37 +0000 Subject: [PATCH] Update CreateDockerCerts.ps1 --- VM/DockerCerts-Generation/CreateDockerCerts.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"