Annotation of embedaddon/strongswan/testing/tests/swanctl/rw-eap-sim-id-radius/hosts/moon/etc/strongswan.conf, revision 1.1.1.1

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

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