Annotation of embedaddon/strongswan/testing/tests/tnc/tnccs-20-pdp-pt-tls/hosts/dave/etc/strongswan.conf, revision 1.1

1.1     ! misho       1: # /etc/strongswan.conf - strongSwan configuration file
        !             2: 
        !             3: libimcv {
        !             4:   swid_gen {
        !             5:     tag_creator {
        !             6:       name = Debian Project
        !             7:       regid = debian.org
        !             8:     }
        !             9:   }
        !            10:   plugins {
        !            11:     imc-os {
        !            12:       push_info = no
        !            13:     }
        !            14:     imc-swima {
        !            15:       swid_directory = /usr/share
        !            16:       swid_pretty = yes
        !            17:     }
        !            18:   }
        !            19: }
        !            20: 
        !            21: libtls {
        !            22:   suites = TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
        !            23: }
        !            24: 
        !            25: pt-tls-client {
        !            26:   load = revocation constraints pem openssl curl nonce tnc-tnccs tnc-imc tnccs-20
        !            27: }

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