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
69b67e40
Commit
69b67e40
authored
Feb 17, 2016
by
Travis Lee
Browse files
change "openssl sha" to "openssl dgst"
parent
02c0453b
Changes
1
Show whitespace changes
Inline
Side-by-side
le.sh
View file @
69b67e40
...
...
@@ -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