Hello,
My company is splitting in two (IT staff/resources won't change) so the connection url VPN must be adapted to something like this:
vpn.company1.com
vpn.company2.com
I've read about configuring a virtual port to support the new hostname/certificate:
I could something like this:
* external physical port -> associated with certificate vpn.company1.com
* new external virtual port -> associated with certificate vpn.company2.com
The trouble here is I need to purchase a new public IP and that's $$$.
It's is possible to use a certificate with the two domains?
For example, a certificate with:
CN=vpn.company1.com
Subject Alternative Name: DNS Name=vpn.company2.com
And then associate this certificate to the external phisycal port.
Thanks!
Solved! Go to Solution.
It should be possible to add multiple domains in the Cert's SAN extension and map that to the external port.
I tested it and it worked.
Thanks!