Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
3281043e
Commit
3281043e
authored
Jul 25, 2017
by
Brian Candler
Browse files
Clarify keylength parameter to _isEccKey() and _initpath()
Closes #950
parent
473340c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
3281043e
...
@@ -926,7 +926,7 @@ _sign() {
...
@@ -926,7 +926,7 @@ _sign() {
}
}
#keylength
#keylength
or isEcc flag (empty str => not ecc)
_isEccKey
()
{
_isEccKey
()
{
_length
=
"
$1
"
_length
=
"
$1
"
...
@@ -2251,7 +2251,7 @@ _initAPI() {
...
@@ -2251,7 +2251,7 @@ _initAPI() {
_debug
"ACME_REVOKE_CERT"
"
$ACME_REVOKE_CERT
"
_debug
"ACME_REVOKE_CERT"
"
$ACME_REVOKE_CERT
"
}
}
#[domain] [keylength]
#[domain] [keylength
or isEcc flag
]
_initpath
()
{
_initpath
()
{
__initHome
__initHome
...
...
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