Hello,
I got a fresh install of DA, have been trying to set server to use Letsencrypt SSL for DA login ie. at myserver.hostname.com:2222
I went to this guide:
which took me to :
I made sure that Letsencrypt is enabled then I ran :
I received following error :
As per guide , it says that myserver.hostname.com must match the "servername" value set in the directadmin.conf, or it will not be in hostname mode, but User domain mode instead.
I can see that in directadmin.conf it is exactly as : myserver.hostname.com
Should I create a an accoutn with myserver.hostname.com as domain ?
What I am missing ?
I got a fresh install of DA, have been trying to set server to use Letsencrypt SSL for DA login ie. at myserver.hostname.com:2222
I went to this guide:
which took me to :
I made sure that Letsencrypt is enabled then I ran :
Code:
./letsencrypt.sh request_single myserver.hostname.com 4096
I received following error :
Code:
Domain does not exist on the system. Unable to find myserver.hostname.com in /etc/virtual/domainowners. Exiting...
no valid domain found - exiting
As per guide , it says that myserver.hostname.com must match the "servername" value set in the directadmin.conf, or it will not be in hostname mode, but User domain mode instead.
I can see that in directadmin.conf it is exactly as : myserver.hostname.com
Should I create a an accoutn with myserver.hostname.com as domain ?
What I am missing ?