sudo apt-get update
sudo apt-get install certbot
pip install certbot-dns-aliyun
vi credentials.ini
dns_aliyun_access_key = YOUR_ACCESS_KEY
dns_aliyun_access_key_secret = YOUR_ACCESS_SECRET
chmod 600 credentials.ini
certbot certonly –dns-aliyun-credentials credentials.ini -d s1.oegame.com