From 05ef983edb4a5b2b6e5f91a7823d5072e1c7bf02 Mon Sep 17 00:00:00 2001 From: Rephl3x Date: Wed, 24 Sep 2025 02:57:15 +0000 Subject: [PATCH] This will read the name of the CSR files and create DNS records of it pointing to the IP chosen. --- Stacker.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stacker.ps1 b/Stacker.ps1 index ac1dabc..bc773bb 100644 --- a/Stacker.ps1 +++ b/Stacker.ps1 @@ -30,4 +30,4 @@ Get-ChildItem -Path $CsrFolder -Filter *.csr | ForEach-Object { } catch { Write-Warning "Could not add DNS record for $fqdn : $_" } -} +} \ No newline at end of file