Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
b8e515a7
Commit
b8e515a7
authored
Feb 11, 2017
by
neil
Committed by
GitHub
Feb 11, 2017
Browse files
Merge pull request #604 from Neilpang/dev
minor, rename command
parents
f3e0eb70
0984585d
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
b8e515a7
...
@@ -4263,8 +4263,8 @@ Commands:
...
@@ -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.
--create
A
ccount
Key, -cak
Create an account private key, professional use.
--create
-a
ccount
-key
Create an account private key, professional use.
--create
D
omain
Key, -cdk
Create an domain private key, professional use.
--create
-d
omain
-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() {
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment