Letsencrypt installieren und Zertifikate beziehen

Letsencrypt installieren:

apt install letsencrypt

Dann Zertifikate beziehen. Ich nehme die Subdomains mail, smtp und imap.

certbot --standalone certonly -d mail.example.com -d smtp.example.com -d imap.example.com