File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / tests / tnc / tnccs-20-pdp-pt-tls / hosts / dave / etc / strongswan.conf
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:20:09 2021 UTC (3 years, 5 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, HEAD
strongswan 5.9.2

# /etc/strongswan.conf - strongSwan configuration file

libimcv {
  swid_gen {
    tag_creator {
      name = Debian Project
      regid = debian.org
    }
  }
  plugins {
    imc-os {
      push_info = no
    }
    imc-swima {
      swid_directory = /usr/share
      swid_pretty = yes
    }
  }
}

libtls {
  version_max = 1.3
  suites = TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384
}

pt-tls-client {
  load = revocation constraints pem openssl curl nonce tnc-tnccs tnc-imc tnccs-20
}

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