strongswan.conf 352 B

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