strongswan.conf 499 B

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