Annotation of embedaddon/strongswan/testing/tests/ikev1/xauth-rsa-eap-md5-radius/hosts/moon/etc/strongswan.conf, revision 1.1.1.1

1.1       misho       1: # /etc/strongswan.conf - strongSwan configuration file
                      2: 
                      3: charon {
                      4:   load = random nonce aes sha1 sha2 md5 pem pkcs1 curve25519 gmp x509 curl revocation hmac stroke kernel-netlink socket-default eap-radius eap-md5 xauth-eap updown
                      5: 
                      6:   plugins {
                      7:     eap-radius {
                      8:       secret = gv6URkSs 
                      9:       server = PH_IP_ALICE
                     10:     }
                     11:   }
                     12: }

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