wget https://dl.eff.org/certbot-auto chmod a+x certbot-auto mv certbot-auto /usr/local/bin/certbot certbot --server https://acme-v02.api.letsencrypt.org/directory -d *.test.cn -d test.cn --manual --preferred-challenges dns-01 certonly
mogu