We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d320b commit a523f9cCopy full SHA for a523f9c
SetupClientWinRMCertificateAuth.ps1
@@ -34,6 +34,7 @@ foreach($cert in $coll) {
34
}
35
else {
36
$store.Add($cert)
37
+ $clientcert = $cert
38
39
40
0 commit comments