Automatic SSL does not work
Newly created accounts return SSL_ERROR_BAD_CERT_DOMAIN when accessed through https
It says the certificate is only valid for server.mydomain.com (my server hostname)
That cert was installed this way
...following instructions here: https://help.directadmin.com/item.php?id=629
Since the accounts we are creating are all subdomains I tried to generate a new cert like this
But no changes.
How can we fix this problem?
Thanks!
Newly created accounts return SSL_ERROR_BAD_CERT_DOMAIN when accessed through https
It says the certificate is only valid for server.mydomain.com (my server hostname)
That cert was installed this way
/usr/local/directadmin/scripts/letsencrypt.sh request_single server.mydomain.com 4096
...following instructions here: https://help.directadmin.com/item.php?id=629
Since the accounts we are creating are all subdomains I tried to generate a new cert like this
/usr/local/directadmin/scripts/letsencrypt.sh request_single mydomain.com 4096
But no changes.
How can we fix this problem?
Thanks!