Add one-command server and client bootstraps

This commit is contained in:
2026-09-03 16:34:21 -06:00
parent 742ae9c2b5
commit 3a10098239
19 changed files with 1569 additions and 37 deletions
+1 -2
View File
@@ -6,9 +6,8 @@ param(
[Parameter(Mandatory)]
[string]$ServerCertificateSubject,
[Parameter(Mandatory)]
[ValidatePattern('^[0-9A-Fa-f ]{40,59}$')]
[string[]]$AllowedClientThumbprints,
[string[]]$AllowedClientThumbprints = @(),
[string]$NtlmEndpoint = 'https://sgu.ulsa.edu.mx/',
[string[]]$AllowedNtlmRedirectHosts = @('sgu.ulsa.edu.mx'),