|
@@ -90,6 +90,8 @@ get_acme() {
|
|
|
curl https://get.acme.sh | sh
|
|
|
source "$HOME/.bashrc"
|
|
|
"$HOME/.acme.sh/acme.sh" --upgrade --auto-upgrade
|
|
|
+ [[ "$METHOD" == "dns" ]] && \
|
|
|
+ curl -o "$HOME/.acme.sh/dnsapi/dns_cpaneldns.sh" https://raw.githubusercontent.com/cryobry/dns_cpaneldns/master/dns_cpaneldns.sh
|
|
|
}
|
|
|
|
|
|
|