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
18d10a9c
Commit
18d10a9c
authored
Feb 17, 2016
by
Neil
Browse files
Merge pull request #73 from travislee8964/master
change "openssl sha" to "openssl dgst"
parents
02c0453b
69b67e40
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
18d10a9c
...
...
@@ -687,7 +687,7 @@ issue() {
dnsadded
=
'0'
txtdomain
=
"_acme-challenge.
$d
"
_debug txtdomain
"
$txtdomain
"
txt
=
"
$(
echo
-e
-n
$keyauthorization
| openssl
sha
-sha256
-binary
| _base64 | _b64
)
"
txt
=
"
$(
echo
-e
-n
$keyauthorization
| openssl
dgst
-sha256
-binary
| _base64 | _b64
)
"
_debug txt
"
$txt
"
#dns
#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