Please fill out the fields below so we can help you better.
My domain is:
dev.mydomain.de
I ran this command:
certbot certonly -d dev.mydomain.de
It produced this output:
Domain: dev.mydomain.de
Type: connection
Detail: Failed to connect to 123.123.123.123:443 for TLS-SNI-01
challenge
My operating system is (include version):
CentOS Linux release 7.0.1406 (Core)
My web server is (include version):
Apache/2.4.6
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
My virtual host will rewrite its requests to a Zope process, thus it normally uses its DocumentRoot
merely for error documents. My newer VirtualHosts are created by Apache macros (but I have a macro to support TLS-enabled hosts as well, so I’d be able to do the install
part myself.)
I don’t understand this webroot
thing. What are the prerequisites to make it work? How can the process expect to connect to :443 since no certificate is present yet?
I created small VirtualHost sections as well to give the parser something to find:
<VirtualHost *:80>
ServerName dev.mydomain.de
DocumentRoot /var/www/
</VirtualHost>
Apparently this is not good enough. Is there some complete (but minimal) example anywhere?