From 9487ee475cc1975511cb8ddb080fb220cc503484 Mon Sep 17 00:00:00 2001 From: joesis <22091642+joesis@users.noreply.github.com> Date: Sun, 25 Nov 2018 22:35:46 -0800 Subject: [PATCH] Added toPkcs8 option --- Options-and-Params.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Options-and-Params.md b/Options-and-Params.md index c3787d6..d30aee1 100644 --- a/Options-and-Params.md +++ b/Options-and-Params.md @@ -25,6 +25,7 @@ acme.sh command ...[parameters].... **--uninstallcronjob** Uninstall the cron job. The 'uninstall' command can do this automatically. **--cron** Run cron job to renew all the certs. **--toPkcs** Export the certificate and key to a pfx file. + **--toPkcs8** Convert to pkcs8 format. **--updateaccount** Update account info. **--registeraccount** Register account key. **--createAccountKey, -cak** Create an account private key, professional use.