Clarify keylength parameter to _isEccKey() and _initpath()

Closes #950
This commit is contained in:
Brian Candler 2017-07-25 09:39:15 +01:00
parent 473340c53b
commit 3281043e27
1 changed files with 2 additions and 2 deletions

View File

@ -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() {
_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