How to install SSL certificate on a domain alias

hamzakarim

New member
Joined
Jul 23, 2020
Messages
2
I have a main domain ABC.com
I have created a domain pointer DEF.com and point it to ABC.com as an alias.
Now I want to install SSL on alias DEF.com
but when I go to SSL certificates >> Paste a pre-generated certificate and key. There is no option to select my alias domain DEF.com have certificate files but where I can place them for DEF.com.
Kindly guide me on this.


When I use this command it set the SSL on DEF.com of my domain ABC.com.

cd /usr/local/directadmin/scripts
./letsencrypt.sh request DEF.com 4096
 
Last edited:
Back
Top