certbotThe Let's Encrypt Agent zum automatischen Erhalten und Erneuern von TLS-Zertifikaten. Nachfolger von
letsencrypt. Weitere Informationen: https://eff-certbot.readthedocs.io/en/latest/using.html.
sudo certbot certonly --webroot {{[-w|--webroot-path]}} {{pfad/zu/webroot}} {{[-d|--domain]}} {{subdomain.example.com}}
nginx-Autorisierung und automatische Installation des neuen Zertifikats:sudo certbot --nginx {{[-d|--domain]}} {{subdomain.example.com}}
sudo certbot --apache {{[-d|--domain]}} {{subdomain.example.com}}
sudo certbot renew
sudo certbot --webroot {{[-w|--webroot-path]}} {{pfad/zu/webroot}} {{[-d|--domain]}} {{subdomain.example.com}} --dry-run
sudo certbot --webroot {{[-w|--webroot-path]}} {{pfad/zu/webroot}} {{[-d|--domain]}} {{subdomain.example.com}} --test-cert