mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 21:21:42 +00:00
commit
cada9dc0a0
@ -1,6 +1,5 @@
|
|||||||
# 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.
|
||||||
|
|
||||||
|
2
acme.sh
2
acme.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user