strongswan.conf 363 B

123456789101112131415161718
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. libtls {
  3. suites = TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
  4. }
  5. libimcv {
  6. swid_gen {
  7. tag_creator {
  8. name = Debian Project
  9. regid = debian.org
  10. }
  11. }
  12. }
  13. pt-tls-client {
  14. load = revocation constraints pem openssl curl nonce tnc-tnccs tnc-imc tnccs-20
  15. }