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
81942c62
Commit
81942c62
authored
Jan 30, 2016
by
Neil
Browse files
Merge pull request #43 from raunsbaekdk/master
Updated DNS description
parents
b3a2aac8
d4d64590
Changes
1
Show whitespace changes
Inline
Side-by-side
le.sh
View file @
81942c62
...
@@ -616,9 +616,11 @@ issue() {
...
@@ -616,9 +616,11 @@ issue() {
_debug txt
"
$txt
"
_debug txt
"
$txt
"
#dns
#dns
#1. check use api
#1. check use api
_err
"Add the following txt record:"
_err
"Add the following TXT record:"
_err
"Domain:
$txtdomain
"
_err
"Domain:
$txtdomain
"
_err
"Txt value:
$txt
"
_err
"TXT value:
$txt
"
_err
"Please be aware that you prepend _acme-challenge. before your domain"
_err
"so the resulting subdomain will be:
$txtdomain
"
#dnsadded='1'
#dnsadded='1'
fi
fi
done
done
...
@@ -626,7 +628,7 @@ issue() {
...
@@ -626,7 +628,7 @@ issue() {
if
[
"
$dnsadded
"
==
'0'
]
;
then
if
[
"
$dnsadded
"
==
'0'
]
;
then
_setopt
"
$DOMAIN_CONF
"
"Le_Vlist"
"="
"
\"
$vlist
\"
"
_setopt
"
$DOMAIN_CONF
"
"Le_Vlist"
"="
"
\"
$vlist
\"
"
_debug
"Dns record not added yet, so, save to
$DOMAIN_CONF
and exit."
_debug
"Dns record not added yet, so, save to
$DOMAIN_CONF
and exit."
_err
"Please add the
txt
records to the domains, and retry again."
_err
"Please add the
TXT
records to the domains, and retry again."
return
1
return
1
fi
fi
...
...
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