Skip to content

Commit

Permalink
Clarify keylength parameter to _isEccKey() and _initpath()
Browse files Browse the repository at this point in the history
Closes #950
  • Loading branch information
candlerb committed Jul 25, 2017
1 parent 473340c commit 3281043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ _sign() {

}

#keylength
#keylength or isEcc flag (empty str => not ecc)
_isEccKey() {
_length="$1"

Expand Down Expand Up @@ -2251,7 +2251,7 @@ _initAPI() {
_debug "ACME_REVOKE_CERT" "$ACME_REVOKE_CERT"
}

#[domain] [keylength]
#[domain] [keylength or isEcc flag]
_initpath() {

__initHome
Expand Down

0 comments on commit 3281043

Please sign in to comment.