Annotation of embedaddon/strongswan/testing/tests/tnc/tnccs-20-pts/hosts/carol/etc/strongswan.conf, revision 1.1

1.1     ! misho       1: # /etc/strongswan.conf - strongSwan configuration file
        !             2: 
        !             3: charon-systemd {
        !             4:   load = random nonce openssl pem pkcs1 revocation curl vici kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-tnccs tnc-imc tnccs-20 updown
        !             5: 
        !             6:   multiple_authentication = no
        !             7: 
        !             8:   syslog {
        !             9:     daemon {
        !            10:       tnc = 3
        !            11:       imc = 3
        !            12:       pts = 3
        !            13:     }
        !            14:   }
        !            15: }
        !            16: 
        !            17: libtls {
        !            18:   suites = TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
        !            19: }
        !            20: 
        !            21: libimcv {
        !            22:   plugins {
        !            23:     imc-os {
        !            24:       push_info = yes
        !            25:     }
        !            26:   }
        !            27: }

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