let's encrypt
| 2023-02-25 / 2026-01-30 | ||
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
#Cert Aufteilung
#
*.de
#
*.be
#
*.email
sudo certbot --apache delete
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
