I have been searching for hours on how do to what the title says. I need to know how to issue 2 SSL certificates to 2 domains each domain has its own dedicated IP. 1 certificate to each domain.
Server: Apache2
If you need more information, just ask what you need.
schoen
July 23, 2018, 3:04am
2
Hi @ExZiByte ,
Are these two domains hosted on the same server? Do they have existing virtual hosts that listen for HTTP (but not HTTPS) connections?
Have you considered (or tried using) our client Certbot?
You could run commands like
certbot --apache -d domain1.example.com -d www.domain1.example.com
certbot --apache -d domain2.example.net -d www.domain2.example.net
I ran the command that you gave but now the https version of the site for the secondary domain is pointing to the primary domain’s website files
schoen
July 23, 2018, 7:18pm
4
Was one of your virtual hosts using the system default virtual host rather than a custom virtual host for that individual domain?
Both vHosts are in the 000-default.conf. Should I have created 2 seperate host files?
schoen
July 25, 2018, 8:52pm
6
This is necessary for older versions of Certbot. (Which version are you using?)
system
Closed
August 24, 2018, 8:52pm
7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.