Browse Source

Merge remote-tracking branch 'upstream/dev'

pull/953/head
Ondrej Simek 7 years ago
parent
commit
a0d251a336
  1. 4
      acme.sh

4
acme.sh

@ -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

Loading…
Cancel
Save