From 61e9133510bb41368b7af9d21ab5c773b2c34d78 Mon Sep 17 00:00:00 2001 From: Eddie Lin <5827855+fszlin@users.noreply.github.com> Date: Tue, 10 Jul 2018 01:02:11 -0400 Subject: [PATCH] Update CLI.md (#139) resolves #138 --- docs/CLI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CLI.md b/docs/CLI.md index 95f3c34e..40073302 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -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 ```