cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

is it possible to use anyconnect with two certificates for separate VPN profiles?

Mohamed Hamid
Level 1
Level 1

Hi Guys

 

I am currently using anyconnect with only 1 VPN profile which is certificate based, I have this mapped on my ASA and have the following in my XML profile to tell my Mac OSx which cert to use 

 

CertificateMatch>
            <DistinguishedName>
                <DistinguishedNameDefinition Operator="Equal" Wildcard="Disabled" MatchCase="Enabled">
                    <Name>ISSUER-CN</Name>
                    <Pattern>NAME OF ISSUER</Pattern>
                </DistinguishedNameDefinition>
            </DistinguishedName>
        </CertificateMatch>

 

I now have a need to use another VPN profile on the same machine.. is it possible to use my XML profile to distinguish a certificate for each VPN profile connection?

 

Kind Regards

 

 

Who Me Too'd this topic