profile.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  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"
  3. xsi:schemaLocation="http://schemas.xmlsoap.org/encoding/ AnyConnectProfile.xsd">
  4. <ClientInitialization>
  5. <UseStartBeforeLogon UserControllable="false">false</UseStartBeforeLogon>
  6. <StrictCertificateTrust>false</StrictCertificateTrust>
  7. <RestrictPreferenceCaching>false</RestrictPreferenceCaching>
  8. <RestrictTunnelProtocols>IPSec</RestrictTunnelProtocols>
  9. <BypassDownloader>true</BypassDownloader>
  10. <WindowsVPNEstablishment>AllowRemoteUsers</WindowsVPNEstablishment>
  11. <LinuxVPNEstablishment>AllowRemoteUsers</LinuxVPNEstablishment>
  12. <CertEnrollmentPin>pinAllowed</CertEnrollmentPin>
  13. <CertificateMatch>
  14. <KeyUsage>
  15. <MatchKey>Digital_Signature</MatchKey>
  16. </KeyUsage>
  17. <ExtendedKeyUsage>
  18. <ExtendedMatchKey>ClientAuth</ExtendedMatchKey>
  19. </ExtendedKeyUsage>
  20. </CertificateMatch>
  21. <BackupServerList>
  22. <HostAddress>localhost</HostAddress>
  23. </BackupServerList>
  24. </ClientInitialization>
  25. <ServerList>
  26. <HostEntry>
  27. <HostName>VPN Server</HostName>
  28. <HostAddress>localhost</HostAddress>
  29. </HostEntry>
  30. </ServerList>
  31. </AnyConnectProfile>