imcv.opt 1.3 KB

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