Kostenlose SSL/TLS Zertifikate für 3 Monate gültig.
/etc/letsencrypt
IspConfig Zertifikats Speicherort:
/var/www/clients/client0/web0/ssl
sudo add-apt-repository ppa:certbot/certbot
sudo apt update
sudo apt install certbot
certbot certificates # Haltbarkeit der bisherigen Zertifikate
Webserver (Apache2 oder Nginx) zuerst stoppen und danach wieder starten.
certbot renew # alle Domains erneueren
certbot certonly -d subdomain.domain.de
Noch nicht erfolgreich nach ISPConfig Apache Direktive Konfiguration.
ProxyPass /.wellkown !
Leitet das Zertifikat nicht an den Backend Server weiter, sondern behält es am Reverse Proxy.