
```bash
wget -qO- get.acme.sh | bash
acme.sh --install -m my@example.com
acme.sh --set-default-ca  --server  letsencrypt
acme.sh --upgrade

export CF_Email="xxx"
export CF_Key="xxx"
acme.sh --issue --dns dns_cf -d 'www.example.com' --force
```

