mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-08-22 01:49:43 +00:00
Compare commits
3 Commits
1b89e7c2ec
...
10627e4974
Author | SHA1 | Date | |
---|---|---|---|
|
10627e4974 | ||
|
ab22c8ca1c | ||
|
1b5e66f9c2 |
@ -117,7 +117,7 @@ dns_constellix_rm() {
|
||||
#################### Private functions below ##################################
|
||||
|
||||
_get_root() {
|
||||
domain=$1
|
||||
domain=$(echo "$1" | _lower_case)
|
||||
i=2
|
||||
p=1
|
||||
_debug "Detecting root zone"
|
||||
@ -156,6 +156,9 @@ _constellix_rest() {
|
||||
data="$3"
|
||||
_debug "$ep"
|
||||
|
||||
# Prevent rate limit
|
||||
_sleep 2
|
||||
|
||||
rdate=$(date +"%s")"000"
|
||||
hmac=$(printf "%s" "$rdate" | _hmac sha1 "$(printf "%s" "$CONSTELLIX_Secret" | _hex_dump | tr -d ' ')" | _base64)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user