Hello
I'm trying to setup letsencrypt with several domainpointers and did the following
Did everything necessary to get a ssl certificate from letsencrypt and got the main domain running https no problem there.
In directadmin logged in at reseller level as user of the domain working with https -> SSL certificates i see a list Certificate Hosts certain domain pointers that i also want to have running with https.
Except they are not running with https
So i did some searching on this forum and found http://forum.directadmin.com/showthread.php?t=52723&page=3&p=270613#post270613
The things i did was
But the domain is not running in https.
Is there something i overlooked?
I'm trying to setup letsencrypt with several domainpointers and did the following
Did everything necessary to get a ssl certificate from letsencrypt and got the main domain running https no problem there.
In directadmin logged in at reseller level as user of the domain working with https -> SSL certificates i see a list Certificate Hosts certain domain pointers that i also want to have running with https.
Except they are not running with https
So i did some searching on this forum and found http://forum.directadmin.com/showthread.php?t=52723&page=3&p=270613#post270613
The things i did was
Code:
[root@server scripts]# ./letsencrypt.sh request www.vanavondnog.nl 4096
Domain does not exist on the system. Unable to find www.vanavondnog.nl in /etc/virtual/domainowners. Exiting...
no valid domain found - exiting
Code:
[root@server scripts]# ./letsencrypt.sh request vanavondnog.nl 4096
Getting challenge for vanavondnog.nl from acme-server...
Waiting for domain verification...
Challenge is valid.
Getting challenge for www.vanavondnog.nl from acme-server...
Waiting for domain verification...
Challenge is valid.
Generating 4096 bit RSA key for vanavondnog.nl...
openssl genrsa 4096 > "/usr/local/directadmin/data/users/chatengine/domains/vanavondnog.nl.key.new"
Generating RSA private key, 4096 bit long modulus
................++
...................................................++
e is 65537 (0x10001)
Checking Certificate Private key match... Match!
Certificate for vanavondnog.nl has been created successfully!
Code:
[root@server scripts]# ./letsencrypt.sh request vanavondnog.nl 4096 "" /var/www/html/
Getting challenge for vanavondnog.nl from acme-server...
Waiting for domain verification...
Challenge is valid.
Getting challenge for [url]www.vanavondnog.nl[/url] from acme-server...
Waiting for domain verification...
Challenge is valid.
Generating 4096 bit RSA key for vanavondnog.nl...
openssl genrsa 4096 > "/usr/local/directadmin/data/users/chatengine/domains/vanavondnog.nl.key.new"
Generating RSA private key, 4096 bit long modulus
................................................++
.........................................................................................................++
e is 65537 (0x10001)
Checking Certificate Private key match... Match!
Certificate for vanavondnog.nl has been created successfully!
But the domain is not running in https.
Is there something i overlooked?