strongswan.conf 341 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-radius eap-identity updown
  4. plugins {
  5. eap-radius {
  6. class_group = yes
  7. secret = gv6URkSs
  8. server = PH_IP_ALICE
  9. }
  10. }
  11. }