strongswan.conf 371 B

1234567891011121314151617
  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-ttls updown
  4. multiple_authentication=no
  5. syslog {
  6. daemon {
  7. tls = 2
  8. }
  9. }
  10. plugins {
  11. eap-ttls {
  12. phase2_method = md5
  13. }
  14. }
  15. }