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
86b24ea0
Commit
86b24ea0
authored
Nov 13, 2016
by
neil
Committed by
GitHub
Nov 13, 2016
Browse files
Merge pull request #381 from Neilpang/dev
Dev
parents
e3ea2ed4
07af4247
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
86b24ea0
...
...
@@ -18,4 +18,7 @@ script:
-
shellcheck -e SC2021,SC2126,SC2034 **/*.sh && echo "shellcheck OK"
-
~/shfmt -l -w -i 2 . && echo "shfmt OK" || git diff --exit-code || (echo "Run shfmt to fix the formatting issues" &&
false
)
matrix
:
fast_finish
:
true
acme.sh
View file @
86b24ea0
...
...
@@ -16,7 +16,7 @@ _SUB_FOLDERS="dnsapi deploy"
DEFAULT_CA
=
"https://acme-v01.api.letsencrypt.org"
DEFAULT_AGREEMENT
=
"https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
DEFAULT_USER_AGENT
=
"
$PROJECT_
ENTRY
client v
$VER
:
$PROJECT
"
DEFAULT_USER_AGENT
=
"
$PROJECT_
NAME
/
$VER
(
$PROJECT
)
"
DEFAULT_ACCOUNT_EMAIL
=
""
DEFAULT_ACCOUNT_KEY_LENGTH
=
2048
...
...
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