strongswan.conf 340 B

1234567891011
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon {
  3. load = random nonce aes des sha1 sha2 md4 md5 pem pkcs1 curve25519 gmp x509 curl revocation hmac stroke kernel-netlink socket-default eap-identity eap-mschapv2 eap-peap updown
  4. multiple_authentication=no
  5. plugins {
  6. eap-peap {
  7. phase2_method = mschapv2
  8. }
  9. }
  10. }