Wildcard Zertifikat

https://medium.com/@saurabh6790/generate-wildcard-ssl-certificate-using-lets-encrypt-certbot-273e432794d7 

./certbot-auto certonly \
--manual \
--preferred-challenges=dns \
--email <email> \
--server https://acme-v02.api.letsencrypt.org/directory \
--agree-tos \
-d *.domain.tld \
-d domain.tld

TXT-DNS Record hinzufügen:

Record Name: _acme-challenge
Record Value: <siehe Certbot output>

Zertifikat muss in diesem Fall "manuell" hinzugefügt werden.