My domain is: support.vahynetto.cz
I ran this command: certbot --apache -d support.vahynetto.cz
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
Obtaining a new certificate
Performing the following challenges:
tls-sni-01 challenge for support.vahynetto.cz
Waiting for verification…
Cleaning up challenges
Generating key (2048 bits): /etc/letsencrypt/keys/0005_key-certbot.pem
Creating CSR: /etc/letsencrypt/csr/0005_csr-certbot.pem
Created an SSL vhost at /etc/httpd/conf.d/support.vahynetto.cz-le-ssl.conf
Deploying Certificate to VirtualHost /etc/httpd/conf.d/support.vahynetto.cz-le-ssl.conf
Please choose whether HTTPS access is required or optional.
1: Easy - Allow both HTTP and HTTPS access to these sites
2: Secure - Make all requests redirect to secure HTTPS access
Select the appropriate number [1-2] then [enter] (press ‘c’ to cancel): 2
Redirecting vhost in /etc/httpd/conf.d/support.vahynetto.cz.conf to ssl vhost in /etc/httpd/conf.d/support.vahynetto.cz-le-ssl.conf
Congratulations! You have successfully enabled https://support.vahynetto.cz
You should test your configuration at:
https://www.ssllabs.com/ssltest/analyze.html?d=support.vahynetto.cz
IMPORTANT NOTES:
-
Congratulations! Your certificate and chain have been saved at
/etc/letsencrypt/live/support.vahynetto.cz/fullchain.pem. Your cert
will expire on 2017-06-29. To obtain a new or tweaked version of
this certificate in the future, simply run certbot again with the
"certonly" option. To non-interactively renew all of your
certificates, run “certbot renew” -
If you like Certbot, please consider supporting our work by:
Donating to ISRG / Let’s Encrypt: https://letsencrypt.org/donate
Donating to EFF: https://eff.org/donate-le
My operating system is (include version): Fedora 25
My web server is (include version): Apache/2.4.25 (Fedora)
My hosting provider, if applicable, is: Self-hosted
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
Two other domains (and vhosts), kb.vahynetto.cz and help.nettocontrol.cz, had their certificates generated on March 11th and everything went fine. When I tried to generate certificate for domain support.vahynetto.cz using certbot, it gets certificate where the domain is help.nettocontrol.cz and all browsers start to scream at me. What can I do to get proper certificate?
Thank you.