imcv.conf 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. charon {
  2. # Defaults for options in this section can be configured in the libimcv
  3. # section.
  4. imcv {
  5. # Whether IMVs send a standard IETF Assessment Result attribute.
  6. # assessment_result = yes
  7. # Global IMV policy database URI. If it contains a password, make sure
  8. # to adjust the permissions of the config file accordingly.
  9. # database =
  10. # Script called for each TNC connection to generate IMV policies.
  11. # policy_script = ipsec _imv_policy
  12. os_info {
  13. # Manually set whether a default password is enabled
  14. # default_password_enabled = no
  15. # Manually set the name of the client OS (e.g. Ubuntu).
  16. # name =
  17. # Manually set the version of the client OS (e.g. 12.04 i686).
  18. # version =
  19. }
  20. }
  21. }
  22. libimcv {
  23. # Debug level for a stand-alone libimcv library.
  24. # debug_level = 1
  25. # Plugins to load in IMC/IMVs with stand-alone libimcv library.
  26. # load = random nonce gmp pubkey x509
  27. # Disable output to stderr with a stand-alone libimcv library.
  28. # stderr_quiet = no
  29. swid_gen {
  30. # SWID generator command to be executed.
  31. # command = /usr/local/bin/swid_generator
  32. tag_creator {
  33. # Name of the tagCreator entity.
  34. # name = strongSwan Project
  35. # regid of the tagCreator entity.
  36. # regid = strongswan.org
  37. }
  38. }
  39. }