Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
81772fb7
Commit
81772fb7
authored
Jul 04, 2017
by
neil
Browse files
minor, fix format
parent
5f8b60a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
81772fb7
...
...
@@ -3544,10 +3544,10 @@ issue() {
_info
"Found domain api file:
$d_api
"
else
_info
"
$(
__red
"Add the following TXT record:"
)
"
_info "$(__red
"Domain: '$(__green "$txtdomain")'")"
_info "$(__red
"TXT value: '$(__green "$txt")'")"
_info "$(__red
"Please be aware that you prepend _acme-challenge. before your domain")"
_info "$(__red
"so the resulting subdomain will be: $txtdomain")"
_info
"
$(
__red
"Domain: '
$(
__green
"
$txtdomain
"
)
'"
)
"
_info
"
$(
__red
"TXT value: '
$(
__green
"
$txt
"
)
'"
)
"
_info
"
$(
__red
"Please be aware that you prepend _acme-challenge. before your domain"
)
"
_info
"
$(
__red
"so the resulting subdomain will be:
$txtdomain
"
)
"
continue
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