Annotation of embedaddon/strongswan/testing/tests/tnc/tnccs-20-pdp-eap/hosts/moon/etc/strongswan.conf, revision 1.1

1.1     ! misho       1: # /etc/strongswan.conf - strongSwan configuration file
        !             2: 
        !             3: charon-systemd {
        !             4:   load = random nonce aes sha1 sha2 md5 pem pkcs1 gmp hmac x509 revocation curl vici kernel-netlink socket-default eap-identity eap-radius updown
        !             5: 
        !             6:   multiple_authentication=no
        !             7: 
        !             8:   plugins {
        !             9:     eap-radius {
        !            10:       secret = gv6URkSs
        !            11:       #server = PH_IP6_ALICE
        !            12:       server = PH_IP_ALICE
        !            13:       filter_id = yes
        !            14:     }
        !            15:   }
        !            16: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>