Created
November 3, 2018 12:01
-
-
Save jas0ncn/24376772defd749b14354ac397d61fff to your computer and use it in GitHub Desktop.
Obtain Let's Encrypt Cert with acme.sh and DNSPOD.cn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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