sec-updater.conf 924 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Options for the sec-updater tool.
  2. sec-updater {
  3. # Global IMV policy database URI. If it contains a password, make sure to
  4. # adjust the permissions of the config file accordingly.
  5. # database =
  6. # Plugins to load in sec-updater tool.
  7. # load =
  8. # strongTNC manage.py command used to import SWID tags.
  9. # tnc_manage_command = /var/www/tnc/manage.py
  10. swid_gen {
  11. # SWID generator command to be executed.
  12. # command = /usr/local/bin/swid_generator
  13. tag_creator {
  14. # Name of the tagCreator entity.
  15. # name = strongSwan Project
  16. # regid of the tagCreator entity.
  17. # regid = strongswan.org
  18. }
  19. }
  20. tmp {
  21. # Temporary storage for downloaded deb package file.
  22. # deb_file = /tmp/sec-updater.deb
  23. # Temporary storage for generated SWID tags.
  24. # tag_file = /tmp/sec-updater.tag
  25. }
  26. }