From 01307cea4f1f17108b4edb36e85a003f9c66895f Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Sun, 7 Feb 2021 23:18:51 -0500 Subject: [PATCH] moved the location for the csr file to the working directory --- csr.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csr.ps1 b/csr.ps1 index b174b22..90dfca0 100644 --- a/csr.ps1 +++ b/csr.ps1 @@ -44,7 +44,7 @@ foreach ($hostname in $hostnames) { $configFile = "$workingDirectory\csr.conf" $ecParamsFile = "$workingDirectory\ec.params" $keyFile = "$outDirectory\$hostname.$domain.key" - $csrFile = "$outDirectory\$hostname.$domain.csr" + $csrFile = "$workingDirectory\$hostname.$domain.csr" $crtFile = "$outDirectory\$hostname.$domain.crt" $config = "[ req ]