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
cada9dc0
Commit
cada9dc0
authored
Apr 17, 2016
by
neil
Browse files
Merge pull request #154 from Neilpang/master
merge
parents
f4312b44
cbd13a12
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
cada9dc0
# An ACME Shell script: acme.sh
# An ACME Shell script: acme.sh
-
An ACME protocol client written purely in Shell (Unix shell) language.
-
An ACME protocol client written purely in Shell (Unix shell) language.
-
It's
`sh`
compatible, not only
`bash`
.
-
Fully ACME protocol implementation.
-
Fully ACME protocol implementation.
-
Simple, powerful and very easy to use. You only need 3 minutes to learn.
-
Simple, powerful and very easy to use. You only need 3 minutes to learn.
...
...
acme.sh
View file @
cada9dc0
...
@@ -1225,7 +1225,7 @@ issue() {
...
@@ -1225,7 +1225,7 @@ issue() {
dnsadded='0'
dnsadded='0'
txtdomain="_acme-challenge.$d"
txtdomain="_acme-challenge.$d"
_debug txtdomain "$txtdomain"
_debug txtdomain "$txtdomain"
txt="$(echo
-e
-n $keyauthorization | _digest "sha256" | _urlencode)"
txt="$(echo -n $keyauthorization | _digest "sha256" | _urlencode)"
_debug txt "$txt"
_debug txt "$txt"
#dns
#dns
#1. check use api
#1. check use api
...
...
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