Keywords: WordPress - AWS - How to - Other
Description:
I have assigned two Elastic IPs to my EC2 instance (i.e., to its two private IPs on one network interface eth0).
The main/primary address, which is linked to example.com, works. The secondary elastic IP i linked to example.de, but it doesn't work, connection timeout.
The reason for this is because i need two classic wildcard certificates for example.com and example.de as both will have numerous subdomains. Letsencrypt, unfortunately, is out of question.
It all runs on a simple (not multi-site) wordpress setup.
I am sure i have configured the wordpress parts correctly, since when linking example.de to the primary elastic IP, there are no connection problems, and site works as expected (minus the ssl certificate warning, of course, because of TLD mismatch).
I would really appreciate any help on how to make the second elastic IP work. Also some tips how to set up the second SSL certificate will be super helpful!