From 1f3c3b6999582afcb3a1c47f2b3aeb80b812304a Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Sun, 4 Sep 2022 10:22:21 -0400 Subject: [PATCH] update out dir to be desktop folder --- csr.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csr.ps1 b/csr.ps1 index dbac0f2..aacf046 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\3D Objects" + $outDirectory = "$env:userprofile\Desktop" $configFile = "$workingDirectory\csr.conf" $ecParamsFile = "$workingDirectory\ec.params" $keyFile = "$outDirectory\$hostname.$domain.key"