ubuntu:apache_webserver
Dies ist eine alte Version des Dokuments!
Inhaltsverzeichnis
Ubuntu 18.04: Apache Webserver
HTTPS mit Let's Encrypt
Certbot installieren
Als root ausführen:
apt-get update apt-get install software-properties-common add-apt-repository universe add-apt-repository ppa:certbot/certbot apt-get update apt-get install python-certbot-apache
Cerbot: Zertifikate anfordern und Webserver anpassen
Ein Beispiel:
# certbot --apache --agree-tos --redirect --hsts --staple-ocsp --email certadmin@meine-domain.de --domain www.meine-domain.de --domain meine-domain.de
ubuntu/apache_webserver.1561066639.txt.gz · Zuletzt geändert: von Sebastian Hetzel
