Wildcard Zertifikat
./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.