Annotation of embedaddon/strongswan/testing/tests/sql/rw-psk-ipv4/hosts/carol/etc/strongswan.conf, revision 1.1

1.1     ! misho       1: # /etc/strongswan.conf - strongSwan configuration file
        !             2: 
        !             3: charon {
        !             4:   plugins {
        !             5:     sql {
        !             6:       database = sqlite:///etc/db.d/ipsec.db
        !             7:     }
        !             8:   }
        !             9:   load = random nonce aes sha1 sha2 pem pkcs1 gmp hmac vici kernel-netlink socket-default updown sqlite sql
        !            10: }

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