From ac5d383785343dc3a980122acbdbcd99e5ecdd18 Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Mon, 23 May 2022 18:36:13 -0400 Subject: [PATCH] updated to 3d objects instead of temp --- csr.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csr.ps1 b/csr.ps1 index 90dfca0..dbac0f2 100644 --- a/csr.ps1 +++ b/csr.ps1 @@ -40,7 +40,7 @@ foreach ($hostname in $hostnames) { # create a working directory in the temp folder $workingDirectory = "$env:TEMP\csr" - $outDirectory = "C:\Users\jgaunt\Temp" + $outDirectory = "C:\Users\jgaunt\3D Objects" $configFile = "$workingDirectory\csr.conf" $ecParamsFile = "$workingDirectory\ec.params" $keyFile = "$outDirectory\$hostname.$domain.key"