strongswan.conf 392 B

12345678910111213141516
  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 sha1 sha2 md5 pem pkcs1 curve25519 gmp x509 curl revocation hmac vici kernel-netlink socket-default eap-radius updown
  7. plugins {
  8. eap-radius {
  9. secret = gv6URkSs
  10. server = PH_IP_ALICE
  11. }
  12. }
  13. }