Themen
Geräte
Serverdienste
Webdienste
Apps-Android
Apps-iOS
Apps-PC
Sonstiges
Themen
Geräte
Serverdienste
Webdienste
Apps-Android
Apps-iOS
Apps-PC
Sonstiges
Voraussetzung:
ufw allow 80/tcp ufw allow 443/tcp systemctl restart ufw ufw status
apt install letsencrypt -y mkdir -p /var/www/letsencrypt letsencrypt certonly -a webroot --webroot-path=/var/www/letsencrypt --rsa-key-size 4096 -d <yourdomain>.spdns.org
certbot renew --dry-run certbot renew systemctl restart nginx