strongswan.conf 483 B

123456789101112131415161718192021
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. swanctl {
  3. load = pem pkcs1 x509 revocation constraints pubkey openssl random
  4. }
  5. charon-systemd {
  6. load = random nonce aes des md4 md5 sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac gcm vici kernel-netlink socket-default eap-identity eap-mschapv2 eap-peap updown
  7. multiple_authentication=no
  8. syslog {
  9. daemon {
  10. tls = 2
  11. }
  12. }
  13. plugins {
  14. eap-peap {
  15. phase2_method = mschapv2
  16. }
  17. }
  18. }