Files
strongswan-ext/conf/options/sec-updater.opt
T
Andreas Steffen 8aad7ffb11 sec-updater: Import SWID tags of updated packages
sec-updater downloads the deb package files from security updates from
a given linux repository and uses the swid_generator command to
derive a SWID tag. The SWID tag is then imported into strongTNC
using the manage.py importswid command.
2017-09-09 20:23:19 +02:00

30 lines
889 B
Plaintext

sec-updater {}
Options for the sec-updater tool.
Options for the sec-updater tool.
sec-updater.database =
Global IMV policy database URI. If it contains a password, make sure to
adjust the permissions of the config file accordingly.
sec-updater.swid_gen.command = /usr/local/bin/swid_generator
SWID generator command to be executed.
sec-updater.swid_gen.tag_creator.name = strongSwan Project
Name of the tagCreator entity.
sec-updater.swid_gen.tag_creator.regid = strongswan.org
regid of the tagCreator entity.
sec-updater.tnc_manager_command = /var/www/tnc/manager.py
strongTNC manage.py command used to import SWID tags.
sec-updater.tmp.deb_file = /tmp/sec-updater.deb
Temporary storage for downloaded deb package file.
sec-updater.tmp.tag_file = /tmp/sec-updater.tag
Temporary storage for generated SWID tags.
sec-updater.load =
Plugins to load in sec-updater tool.