Please fill out the fields below so we can help you better.
My domain is: (www.)wees.de www.fw-wees.de
I ran this command: certbot certonly -d www.wees.de, netoffice.wees.de, wees.de
It produced this output:
My operating system is (include version): Arch Linux
My web server is (include version): Apache 2.4.25 (built 2016-12-12)
My hosting provider, if applicable, is: NA
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
I seem to succeed on creating the certificates and they look ok. My problem is, that I seem to fail to deploy the fullchain etc into the virtual hosts!
Certbot told me:
Generating key (2048 bits): /etc/letsencrypt/keys/0009_key-certbot.pem
Creating CSR: /etc/letsencrypt/csr/0009_csr-certbot.pem
IMPORTANT NOTES:
- Congratulations! Your certificate and chain have been saved at
/etc/letsencrypt/live/wees.de/fullchain.pem. Your cert will expire
on 2017-06-08. To obtain a new or tweaked version of this
certificate in the future, simply run certbot again. To
non-interactively renew *all* of your certificates, run "certbot
renew"
Inside the virtualhost container I wrote:
<virtualhost _default_:443>
ServerName www.wees.de:443
serverAlias wees.de:443 www.wees.de:443
....(skipped out the paths) ...
SSLEngine on
SSLCertificateFile "/etc/letsencrypt/live/wees.de/fullchain.pem"
SSLCertificateKeyFile "/etc/letsencrypt/keys/0009_key-certbot.pem"
<virtualhost>
Everything seems ok and Apache launches smoothly - But then the Browser tells me:
`www.wees.de uses an invalid security certificate.
The certificate is only valid for www.sippe-oldebusch.de
Error code: SSL_ERROR_BAD_CERT_DOMAIN`
What did I do wrong? Why is the cert pointing to an other domain name?