Skip to content

Commit 292b780

Browse files
committed
Sample paths changes
1 parent 72dd582 commit 292b780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SetupClientWinRMCertificateAuth.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $ErrorActionPreference = "Stop"
55
#& winrm set winrm/config/client/auth `@`{Certificate=`"true`"`}
66

77
$remote_host = "192.168.209.134"
8-
$host_cacert_path = "C:\ca_winrm.pem"
9-
$client_cert_pfx = "C:\cert.pfx"
8+
$host_cacert_path = "$(pwd)\ca_winrm.pem"
9+
$client_cert_pfx = "$(pwd)\cert.pfx"
1010
$client_cert_pfx_password = "Passw0rd"
1111

1212
# Get the user's personal certificate store

0 commit comments

Comments
 (0)