Ubuntu Certbot install Nginx:
apt install certbot python3-certbot-nginx
Wildcard generieren
certbot certonly –manual –preferred-challenges=dns -d '*.example.com' -d 'example.com'