I believe there is an issue with the SSL module. Basically whenever a CRT/KEY is being added to an account. DA will automatically use the www.xxx.com as the ServerName and put the xxx.com as a ServerAlias.
This will cause problem when the cert is for xxx.com as DA/httpd will continue to load the self-signed certificated for www.xxx.com when a visitor is browsing https://xxx.com
In my case. My domain was a yy.xxx.com
and DA added www.yy.xxx.com as the ServerName and ServerAlias. I had to manually change both to yy.xxx.com in order to get httpd to load the correct SSL cert.
This will cause problem when the cert is for xxx.com as DA/httpd will continue to load the self-signed certificated for www.xxx.com when a visitor is browsing https://xxx.com
In my case. My domain was a yy.xxx.com
and DA added www.yy.xxx.com as the ServerName and ServerAlias. I had to manually change both to yy.xxx.com in order to get httpd to load the correct SSL cert.