Skip to content

Commit

Permalink
Merge pull request #952 from candlerb/candlerb/isecc
Browse files Browse the repository at this point in the history
Clarify keylength parameter to _isEccKey() and _initpath()
  • Loading branch information
neil authored Jul 25, 2017
2 parents 473340c + 3281043 commit a6a0495
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 a6a0495

Please sign in to comment.