This will read the name of the CSR files and create DNS records of it pointing to the IP chosen.

This commit is contained in:
2025-09-24 02:57:15 +00:00
parent 933a11cd53
commit 05ef983edb

View File

@@ -30,4 +30,4 @@ Get-ChildItem -Path $CsrFolder -Filter *.csr | ForEach-Object {
} catch {
Write-Warning "Could not add DNS record for $fqdn : $_"
}
}
}