Annotation of embedaddon/strongswan/testing/tests/openssl-ikev2/critical-extension/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 pem pkcs1 openssl revocation curl vici kernel-netlink socket-default updown
                      5:   multiple_authentication = no
                      6: }
                      7: 
                      8: libstrongswan {
                      9:   x509 {
                     10:     enforce_critical = no
                     11:   }
                     12: }

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