Skip to content

Commit

Permalink
Corrected the file to be downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
csinge authored Oct 12, 2018
1 parent 1cbaff0 commit 41d82fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-client-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ PS C:\Windows\system32>Invoke-WebRequest -Uri https://pkg.cfssl.org/R1.2/cfssljs
For windows on 64 bit use powershell, using administrative rights
```shell
PS C:\Windows\system32>Invoke-WebRequest -Uri https://pkg.cfssl.org/R1.2/cfssl_windows-amd64.exe -OutFile cfssl.exe
PS C:\Windows\system32>Invoke-WebRequest -Uri https://pkg.cfssl.org/R1.2/mkbundle_windows-amd64.exe -OutFile cfssljson.exe
PS C:\Windows\system32>Invoke-WebRequest -Uri https://pkg.cfssl.org/R1.2/cfssljson_windows-amd64.exe -OutFile cfssljson.exe
```


Expand Down

0 comments on commit 41d82fa

Please sign in to comment.