Skip to content

Instantly share code, notes, and snippets.

@jas0ncn
Created November 3, 2018 12:01
Show Gist options
  • Save jas0ncn/24376772defd749b14354ac397d61fff to your computer and use it in GitHub Desktop.
Save jas0ncn/24376772defd749b14354ac397d61fff to your computer and use it in GitHub Desktop.
Obtain Let's Encrypt Cert with acme.sh and DNSPOD.cn
# Apply DNSPOD.CN API TOKEN: https://www.dnspod.cn/console/user/security
export DP_Id="DNSPOD_ID"
export DP_Key="DNSPOD_KEY"
~/.acme.sh/acme.sh --issue --dns dns_dp -d *.cloud.ijason.cc -d cloud.ijason.cc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment