strongswan.conf 345 B

1234567891011121314151617181920
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. pt-tls-client {
  3. load = random nonce x509 openssl pem pkcs1 revocation curl tnc-tnccs tnc-imc tnc-imv tnccs-20
  4. }
  5. libtls {
  6. suites = TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
  7. }
  8. libimcv {
  9. plugins {
  10. imc-test {
  11. command = allow
  12. }
  13. imv-test {
  14. rounds = 1
  15. }
  16. }
  17. }