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
f94433e5
Commit
f94433e5
authored
Mar 26, 2017
by
Josh Soref
Browse files
spelling: validation
parent
7f32488b
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
f94433e5
...
@@ -2258,16 +2258,16 @@ _initpath() {
...
@@ -2258,16 +2258,16 @@ _initpath() {
fi
fi
if [ -z "$TLS_CONF" ]; then
if [ -z "$TLS_CONF" ]; then
TLS_CONF="$DOMAIN_PATH/tls.valdation.conf"
TLS_CONF="$DOMAIN_PATH/tls.val
i
dation.conf"
fi
fi
if [ -z "$TLS_CERT" ]; then
if [ -z "$TLS_CERT" ]; then
TLS_CERT="$DOMAIN_PATH/tls.valdation.cert"
TLS_CERT="$DOMAIN_PATH/tls.val
i
dation.cert"
fi
fi
if [ -z "$TLS_KEY" ]; then
if [ -z "$TLS_KEY" ]; then
TLS_KEY="$DOMAIN_PATH/tls.valdation.key"
TLS_KEY="$DOMAIN_PATH/tls.val
i
dation.key"
fi
fi
if [ -z "$TLS_CSR" ]; then
if [ -z "$TLS_CSR" ]; then
TLS_CSR="$DOMAIN_PATH/tls.valdation.csr"
TLS_CSR="$DOMAIN_PATH/tls.val
i
dation.csr"
fi
fi
}
}
...
@@ -2883,7 +2883,7 @@ _on_issue_err() {
...
@@ -2883,7 +2883,7 @@ _on_issue_err() {
uri=$(echo "$ventry" | cut -d "$sep" -f 3)
uri=$(echo "$ventry" | cut -d "$sep" -f 3)
vtype=$(echo "$ventry" | cut -d "$sep" -f 4)
vtype=$(echo "$ventry" | cut -d "$sep" -f 4)
_currentRoot=$(echo "$ventry" | cut -d "$sep" -f 5)
_currentRoot=$(echo "$ventry" | cut -d "$sep" -f 5)
__trigger_validaton "$uri" "$keyauthorization"
__trigger_validat
i
on "$uri" "$keyauthorization"
done
done
)
)
fi
fi
...
@@ -3105,7 +3105,7 @@ __get_domain_new_authz() {
...
@@ -3105,7 +3105,7 @@ __get_domain_new_authz() {
}
}
#uri keyAuthorization
#uri keyAuthorization
__trigger_validaton() {
__trigger_validat
i
on() {
_debug2 "tigger domain validation."
_debug2 "tigger domain validation."
_t_url="$1"
_t_url="$1"
_debug2 _t_url "$_t_url"
_debug2 _t_url "$_t_url"
...
@@ -3531,7 +3531,7 @@ issue() {
...
@@ -3531,7 +3531,7 @@ issue() {
fi
fi
fi
fi
if ! __trigger_validaton "$uri" "$keyauthorization"; then
if ! __trigger_validat
i
on "$uri" "$keyauthorization"; then
_err "$d:Can not get challenge: $response"
_err "$d:Can not get challenge: $response"
_clearupwebbroot "$_currentRoot" "$removelevel" "$token"
_clearupwebbroot "$_currentRoot" "$removelevel" "$token"
_clearup
_clearup
...
...
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