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
dd9df068
Commit
dd9df068
authored
Jul 04, 2017
by
neil
Committed by
GitHub
Jul 04, 2017
Browse files
Merge pull request #928 from Neilpang/dev
minor, fix format
parents
63045666
81772fb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
dd9df068
...
@@ -3544,10 +3544,10 @@ issue() {
...
@@ -3544,10 +3544,10 @@ issue() {
_info
"Found domain api file:
$d_api
"
_info
"Found domain api file:
$d_api
"
else
else
_info
"
$(
__red
"Add the following TXT record:"
)
"
_info
"
$(
__red
"Add the following TXT record:"
)
"
_info
"
$(
__red
"Domain: '
$(
__green
"
$txtdomain
"
)
'"
)
"
_info
"
$(
__red
"Domain: '
$(
__green
"
$txtdomain
"
)
'"
)
"
_info
"
$(
__red
"TXT value: '
$(
__green
"
$txt
"
)
'"
)
"
_info
"
$(
__red
"TXT value: '
$(
__green
"
$txt
"
)
'"
)
"
_info
"
$(
__red
"Please be aware that you prepend _acme-challenge. before your domain"
)
"
_info
"
$(
__red
"Please be aware that you prepend _acme-challenge. before your domain"
)
"
_info
"
$(
__red
"so the resulting subdomain will be:
$txtdomain
"
)
"
_info
"
$(
__red
"so the resulting subdomain will be:
$txtdomain
"
)
"
continue
continue
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