mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 21:21:42 +00:00
change --pkcs to --pkcs12
This commit is contained in:
parent
e7a6ff39f9
commit
58150f5dcd
4
acme.sh
4
acme.sh
@ -6415,7 +6415,7 @@ Commands:
|
|||||||
--revoke Revoke a cert.
|
--revoke Revoke a cert.
|
||||||
--remove Remove the cert from list of certs known to $PROJECT_NAME.
|
--remove Remove the cert from list of certs known to $PROJECT_NAME.
|
||||||
--list List all the certs.
|
--list List all the certs.
|
||||||
--to-pkcs Export the certificate and key to a pfx file.
|
--to-pkcs12 Export the certificate and key to a pfx file.
|
||||||
--to-pkcs8 Convert to pkcs8 format.
|
--to-pkcs8 Convert to pkcs8 format.
|
||||||
--sign-csr Issue a cert from an existing csr.
|
--sign-csr Issue a cert from an existing csr.
|
||||||
--show-csr Show the content of a csr.
|
--show-csr Show the content of a csr.
|
||||||
@ -6816,7 +6816,7 @@ _process() {
|
|||||||
--cron)
|
--cron)
|
||||||
_CMD="cron"
|
_CMD="cron"
|
||||||
;;
|
;;
|
||||||
--to-pkcs | --toPkcs)
|
--to-pkcs12 | --toPkcs)
|
||||||
_CMD="toPkcs"
|
_CMD="toPkcs"
|
||||||
;;
|
;;
|
||||||
--to-pkcs8 | --toPkcs8)
|
--to-pkcs8 | --toPkcs8)
|
||||||
|
Loading…
Reference in New Issue
Block a user