add-apt-repository ppa:certbot/certbot apt --yes update Installation Let’s Encrypt Client certbot: apt-get --yes install python-certbot-apache Client für die automatische Apache-Konfiguration starten: certbot --authenticator standalone --installer apache -d cloud.firma.com --pre-hook "service apache2 stop" --post-hook "service apache2 start" Falls es mehrere DNS Namen gibt, kann man weitere anhängen (-d aaa.xxx.com -d bbb.xxx.com …). Bei der https-Umleitungs-Frage wählen wir Option 2 To obtain a new or tweaked version of this certificate in the future, simply run certbot again with the "certonly" option. To non-interactively renew all of your certificates, run "certbot renew"