SSL certificate for IP address only

#1
I'm running LetsEncrypt certificates on my virtual hosts, because all have domains.

However, PCI scanning makes IP address requests as well, and these fail because there is no valid SSL on the IP address alone.

Since LetsEncrypt doesn't support IP address in its certs, how can I resolve this?

For clarity the PCI scanning requests are coming in on https:/X.X.X.X:443
 
#3
I have a certificate - from zeroSSL - it's how it install it that I'm not clear.

I have domain-based certs on an https listener (port 443). Since I can't add another listener for that port, I'm thinking I need to have multiple certs, but am unclear how to achieve that.
 
Top