Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: die aktiven.de // mail.webcam-team2.de
I ran this command:
service apache2 stop
certbot certonly --standalone --rsa-key-size 2048 -d mail.webcam-team2.de
service apache2 start
service postfix reload
service dovecot reload
It produced this output:
My web server is (include version): Apache2
The operating system my web server runs on is (include version): Linux
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): 1.2.0
I ran the commands as always, i did not change anything and now I have a domain mismatch.
With the command:
openssl s_client -connect mail.webcam-team2.de.com:443 -servername mail.webcam-team2.de
I got this result:
verify return:1
depth=2 C = US, O = ISRG, CN = Root YR
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = YR2
verify return:1
depth=0 CN = dieaktiven.de
verify return:1
With the command:
certbot certificates
I got this results:
Certificate Name: dieaktiven.de
Domains: dieaktiven.de www.dieaktiven.de
Expiry Date: 2026-11-05 13:23:59+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/dieaktiven.de/fullchain.pem
Private Key Path: /etc/letsencrypt/live/dieaktiven.de/privkey.pem
Certificate Name: mail.webcam-team2.de
Domains: mail.webcam-team2.de
Expiry Date: 2026-11-05 13:25:25+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/mail.webcam-team2.de/fullchain.pem
Private Key Path: /etc/letsencrypt/live/mail.webcam-team2.de/privkey.pem
Postfix Main.cf shows this:
smtpd_tls_cert_file = /etc/letsencrypt/live/mail.webcam-team2.de/fullchain.pem
smtpd_tls_loglevel=1
smtpd_use_tls=yes
smtpd_tls_protocols=!SSLv2,!SSLv3
smtpd_tls_security_level = may
smtpd_tls_auth_only = yes
smtp_use_tls=yes
smtp_tls_cert_file=/etc/letsencrypt/live/mail.webcam-team2.de/fullchain.pem
smtp_tls_key_file=/etc/letsencrypt/live/mail.webcam-team2.de/privkey.pem
smtp_tls_loglevel=1
smtp_tls_protocols=!SSLv2,!SSLv3
Dovecot 10-ssl.conf
ssl_cert = </etc/letsencrypt/live/mail.webcam-team2.de/fullchain.pem
ssl_key = </etc/letsencrypt/live/mail.webcam-team2.de/privkey.pem
Whre is my fault? I am a little helpless. Please give me a hint. The certifates run until yesterday without any problems.
Thx a lot