git clone https://github.com/certbot/certbot
cd certbot
git checkout v0.22.0
sudo ./certbot-auto --os-packages-only
./tools/venv.sh
source venv/bin/activate
certbot -d *.domain.com --manual --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory certonly
This works witn any DNS provided, a TXT record needs to be added as part of the process. If you use a dns provided to be done automaticaly.
new server is
https://acme-v02.api.letsencrypt.org/directory