Skip to content

Commit

Permalink
Update CLI.md (#139)
Browse files Browse the repository at this point in the history
resolves #138
  • Loading branch information
fszlin authored Jul 10, 2018
1 parent 804d04f commit 61e9133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ certes cert pem https://acme-v02.api.letsencrypt.org/acme/order/2/3 `
Or pack the certificate and private key in `PFX`:

```PowerShell
certes cert pem https://acme-v02.api.letsencrypt.org/acme/order/2/3 pfx-password `
certes cert pfx https://acme-v02.api.letsencrypt.org/acme/order/2/3 pfx-password `
--private-key cert-key.pem `
--out my-cert.pfx
```
Expand Down

0 comments on commit 61e9133

Please sign in to comment.