Skip to content

Commit

Permalink
Update 02-client-tools.md
Browse files Browse the repository at this point in the history
missing l in cfssljson.exe (download for windows)
  • Loading branch information
heoelri authored Dec 11, 2018
1 parent b6ed8a7 commit 54af0b6
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 @@ -54,7 +54,7 @@ Download your version of cfss_windows-386.exe or cfssl_windows-amd64.exe
For windows on 32 bit use powershell, using administrative rights
```shell
PS C:\Windows\system32>Invoke-WebRequest -Uri https://pkg.cfssl.org/R1.2/cfssl_windows-386.exe -OutFile cfssl.exe
PS C:\Windows\system32>Invoke-WebRequest -Uri https://pkg.cfssl.org/R1.2/cfssljson_windows-386.exe -OutFile cfssjson.exe
PS C:\Windows\system32>Invoke-WebRequest -Uri https://pkg.cfssl.org/R1.2/cfssljson_windows-386.exe -OutFile cfssljson.exe
```
For windows on 64 bit use powershell, using administrative rights
```shell
Expand Down

0 comments on commit 54af0b6

Please sign in to comment.