Therefore, it is expensive to have for every domain you own a dediated IP. Instead, you can enable SNI on your server which allows you to have SSL for multiple domains on one IP address. The drawback is that SNI Is not supported by every browser/device, but most modern users have browsers/devices who do support SNI. You can find more information about SNI here.
To enable SNI on your DirectAdmin server, connect via SSH to your server. Add the following to /usr/local/directadmin/conf/directadmin.conf :
enable_ssl_sni=1