Problem creating certificates with LetsEncrypt

linusanderas

Verified User
Joined
Nov 8, 2008
Messages
9
I get the following response when I create a certificate for my domain.

Code:
Getting challenge for tryggwifi.se from acme-server...
Waiting for domain verification...
Challenge is valid.
Getting challenge for www.tryggwifi.se from acme-server...
Waiting for domain verification...
Challenge is valid.
Generating 4096 bit RSA key for tryggwifi.se...
openssl genrsa 4096 > "/usr/local/directadmin/data/users/admin/domains/tryggwifi.se.key.new"
Generating RSA private key, 4096 bit long modulus
..............++
...................................................................................................................++
e is 65537 (0x10001)
Certificate for tryggwifi.se has been created successfully!

NOTE: You are using the server IP, so your certificate and key have been saved to:
/etc/httpd/conf/ssl.crt/server.crt
/etc/httpd/conf/ssl.key/server.key
NOTE: You are using the server IP, so your CA Root Certificate has been saved to:
/etc/httpd/conf/ssl.crt/server.ca

But when I surf to https://tryggwifi.se I get a certificate-error because the certificate is only including my main-domain-name. And when I watch timestamps on the files
/etc/httpd/conf/ssl.crt/server.crt
/etc/httpd/conf/ssl.key/server.key
I can se that they have not been modified.

Any suggestions on where to start troubleshooting?
 
Ensure you have: enable_ssl_sni=1

In /usr/local/directadmin/conf/directadmin.conf
If is not there, add it and restart DA, once done, re-create the certitifacate.

Best regards
 
I now get

"detail": "Error creating new cert :: policy forbids issuing for: "

Can It be that I have tried to many times for this week?
 
Back
Top