cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple url connection domain

SOLVED
ssimartim
Occasional Contributor

Multiple url connection domain

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:

https://docs.pulsesecure.net/WebHelp/Content/PCS/PCS_AdminGuide_8.2/Using%20Device%20Certificates.ht...

 

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! Smiley Happy

1 ACCEPTED SOLUTION

Accepted Solutions
r@yElr3y
Moderator

Re: Multiple url connection domain

It should be possible to add multiple domains in the Cert's SAN extension and map that to the external port.

PCS Expert
Pulse Connect Secure Certified Expert

View solution in original post

2 REPLIES 2
r@yElr3y
Moderator

Re: Multiple url connection domain

It should be possible to add multiple domains in the Cert's SAN extension and map that to the external port.

PCS Expert
Pulse Connect Secure Certified Expert
ssimartim
Occasional Contributor

Re: Multiple url connection domain

I tested it and it worked.

 

Thanks!