05-14-2014 04:28 AM - edited 02-21-2020 07:38 PM
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