Forgot comma

This commit is contained in:
2024-09-06 19:15:52 +00:00
parent 243b0d0b1b
commit 7cfd5a89db

View File

@@ -5,7 +5,7 @@ param(
ValueFromPipeline = $true,
Position = 0
)]
[string[]]$hostnames
[string[]]$hostnames,
[string]$domain = "home.johnhgaunt.com",
[System.IO.FileInfo]$Path = [Environment]::GetFolderPath("Desktop"),
[ValidateSet("RSA2048", "RSA4096","ECC-256", "ECC-384")]