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:
@@ -30,4 +30,4 @@ Get-ChildItem -Path $CsrFolder -Filter *.csr | ForEach-Object {
|
||||
} catch {
|
||||
Write-Warning "Could not add DNS record for $fqdn : $_"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user