I'm almost definitely doing something wrong here. Been trying to generate an SSL for the server, and it keeps giving me the below error.
To my knowledge, however, the hostname is set up correctly, and fully resolves to the server. (works without ssl)
Currently, my WHMCS panel is unable to send mail due to what appears to be an issue related to SSL. Keeps timing out when trying to send. I figured enabling SSL for the panel would fix this, but it does not.
Tried the following.
In the directadmin.conf file, the following exists
What am I doing wrong?
[root@da1785 ~]# cd /usr/local/directadmin/scripts
[root@da1785 scripts]# ./letsencrypt.sh request_single `da1785.doroyal.com -f` 4096
-bash: da1785.doroyal.com: command not found
Domain does not exist on the system. Unable to find 4096 in /etc/virtual/domainowners, and domain is not set as hostname (servername) in DirectAdmin configuration. Exiting...
no valid domain found - exiting
[root@da1785 scripts]#
To my knowledge, however, the hostname is set up correctly, and fully resolves to the server. (works without ssl)

Currently, my WHMCS panel is unable to send mail due to what appears to be an issue related to SSL. Keeps timing out when trying to send. I figured enabling SSL for the panel would fix this, but it does not.
Tried the following.
cd /usr/local/directadmin/scripts
./letsencrypt.sh request_single `hostname -f` 4096
cd /usr/local/directadmin/custombuild
./build rewrite_confs
In the directadmin.conf file, the following exists
servername=da1785.doroyal.com
ssl_redirect_host=da1785.doroyal.com
What am I doing wrong?