strongswan.conf 371 B

1234567891011121314151617181920
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. libimcv {
  3. plugins {
  4. imc-os {
  5. push_info = no
  6. }
  7. imc-swima {
  8. swid_pretty = yes
  9. }
  10. }
  11. }
  12. libtls {
  13. suites = TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
  14. }
  15. pt-tls-client {
  16. load = revocation constraints pem openssl curl nonce tnc-tnccs tnc-imc tnccs-20
  17. }