Browse Source
Merge pull request #1988 from mysteq/spellfix
Fixed spelling of 'tigger' to 'Trigger'
pull/1991/head
neil
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
acme.sh
|
@ -3443,7 +3443,7 @@ __get_domain_new_authz() { |
|
|
|
|
|
|
|
|
#uri keyAuthorization |
|
|
#uri keyAuthorization |
|
|
__trigger_validation() { |
|
|
__trigger_validation() { |
|
|
_debug2 "tigger domain validation." |
|
|
|
|
|
|
|
|
_debug2 "Trigger domain validation." |
|
|
_t_url="$1" |
|
|
_t_url="$1" |
|
|
_debug2 _t_url "$_t_url" |
|
|
_debug2 _t_url "$_t_url" |
|
|
_t_key_authz="$2" |
|
|
_t_key_authz="$2" |
|
|