Inhaltsverzeichnis:

let's encrypt

2023-02-25 / 2024-07-08

Notizen für Let's Encrypt... Funktioniert automagisch bei mir, vor allem dauerhaft, warum weiß ich nicht!

Certbot (mit Shell zugriff)

sudo apt install certbot python3-certbot-apache
sudo certbot --apache
sudo certbot --apache delete

Damit das Zertifikat einen "Wunschnamen" trägt sollte nur ein VirtualHost beim ersten connect aktiv sein!
Anleitung

manueller Weg

sudo certbot certonly --manual -d ibromoptik.de -d ibrom-optik.de
sudo certbot certonly --manual -d webmail.ibromoptik.de -d webmail.ibrom-optik.de
# Anweisung befolgen...
# Zugriff auf HE-FTP per FileZilla!
# IP-Adresse im Hetznerportal anpassen (PW auf "No User" stellen)

sudo cp -r /etc/letsencrypt/archive/ibromoptik.de ~/tmp
sudo cp -r /etc/letsencrypt/archive/webmail.ibromoptik.de ~/tmp

sudo chown -R mani:mani ~/tmp
sudo chmod -R 770 ~/tmp