certbot
Ubuntu Certbot install Nginx:
apt install certbot python3-certbot-nginx
Wildcard generieren
certbot certonly –manual –preferred-challenges=dns -d '*.example.com' -d 'example.com'
certbot.txt · Zuletzt geändert: von berti
Ubuntu Certbot install Nginx:
apt install certbot python3-certbot-nginx
Wildcard generieren
certbot certonly –manual –preferred-challenges=dns -d '*.example.com' -d 'example.com'