Skip to content

Commit a523f9c

Browse files
committed
Bug fix
1 parent 07d320b commit a523f9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SetupClientWinRMCertificateAuth.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ foreach($cert in $coll) {
3434
}
3535
else {
3636
$store.Add($cert)
37+
$clientcert = $cert
3738
}
3839
}
3940

0 commit comments

Comments
 (0)