Let´s Encrypt mit Apache unter Debian

Tutorials zu VPS-Server unter Linux
Antworten
sascha
Administrator
Beiträge: 33
Registriert: Do 5. Dez 2019, 18:46

Let´s Encrypt mit Apache unter Debian

Beitrag von sascha »

Let´s Encrypt CertBot installieren

Code: Alles auswählen

apt-get install python-certbot-apache -y

Code: Alles auswählen

certbot --apache -d sub.example.com
Abfragen beantworten und Fertig.
Antworten