let's encrypt
2023-02-25 / 2024-08-12 | ||
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
#heister.email und heister.be in ein Cert
sudo cp -r /etc/letsencrypt/live/heister.email /etc/letsencrypt/live/mail.heister.email
#rolinheister und carolinaeh in ein Cert
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