mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
minor, rename command
This commit is contained in:
parent
04e0f87c03
commit
0984585d58
8
acme.sh
8
acme.sh
@ -4263,8 +4263,8 @@ Commands:
|
|||||||
--toPkcs Export the certificate and key to a pfx file.
|
--toPkcs Export the certificate and key to a pfx file.
|
||||||
--update-account Update account info.
|
--update-account Update account info.
|
||||||
--register-account Register account key.
|
--register-account Register account key.
|
||||||
--createAccountKey, -cak Create an account private key, professional use.
|
--create-account-key Create an account private key, professional use.
|
||||||
--createDomainKey, -cdk Create an domain private key, professional use.
|
--create-domain-key Create an domain private key, professional use.
|
||||||
--createCSR, -ccsr Create CSR , professional use.
|
--createCSR, -ccsr Create CSR , professional use.
|
||||||
--deactivate Deactivate the domain authz, professional use.
|
--deactivate Deactivate the domain authz, professional use.
|
||||||
|
|
||||||
@ -4506,10 +4506,10 @@ _process() {
|
|||||||
--toPkcs)
|
--toPkcs)
|
||||||
_CMD="toPkcs"
|
_CMD="toPkcs"
|
||||||
;;
|
;;
|
||||||
--createAccountKey | --createaccountkey | -cak)
|
--createAccountKey | --createaccountkey | -cak | --create-account-key)
|
||||||
_CMD="createAccountKey"
|
_CMD="createAccountKey"
|
||||||
;;
|
;;
|
||||||
--createDomainKey | --createdomainkey | -cdk)
|
--createDomainKey | --createdomainkey | -cdk | --create-domain-key)
|
||||||
_CMD="createDomainKey"
|
_CMD="createDomainKey"
|
||||||
;;
|
;;
|
||||||
--createCSR | --createcsr | -ccr)
|
--createCSR | --createcsr | -ccr)
|
||||||
|
Loading…
Reference in New Issue
Block a user