profile.xml 942 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <AnyConnectProfile xmlns="http://schemas.xmlsoap.org/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/encoding/ AnyConnectProfile.xsd">
  3. <ClientInitialization>
  4. <UseStartBeforeLogon UserControllable="false">false</UseStartBeforeLogon>
  5. <StrictCertificateTrust>false</StrictCertificateTrust>
  6. <RestrictPreferenceCaching>false</RestrictPreferenceCaching>
  7. <RestrictTunnelProtocols>false</RestrictTunnelProtocols>
  8. <BypassDownloader>true</BypassDownloader>
  9. <WindowsVPNEstablishment>AllowRemoteUsers</WindowsVPNEstablishment>
  10. <CertEnrollmentPin>pinAllowed</CertEnrollmentPin>
  11. <CertificateMatch>
  12. <KeyUsage>
  13. <MatchKey>Digital_Signature</MatchKey>
  14. </KeyUsage>
  15. <ExtendedKeyUsage>
  16. <ExtendedMatchKey>ClientAuth</ExtendedMatchKey>
  17. </ExtendedKeyUsage>
  18. </CertificateMatch>
  19. </ClientInitialization>
  20. </AnyConnectProfile>