Made the default ECC-384

This commit is contained in:
2024-09-06 19:16:44 +00:00
parent 7cfd5a89db
commit ae3c23ea9c

View File

@@ -9,7 +9,7 @@ param(
[string]$domain = "home.johnhgaunt.com",
[System.IO.FileInfo]$Path = [Environment]::GetFolderPath("Desktop"),
[ValidateSet("RSA2048", "RSA4096","ECC-256", "ECC-384")]
[string]$algorithm = "RSA2048"
[string]$algorithm = "ECC-384"
)
begin {