Annotation of embedaddon/strongswan/conf/options/sec-updater.conf, revision 1.1.1.1
1.1 misho 1: # Options for the sec-updater tool.
2: sec-updater {
3:
4: # Global IMV policy database URI. If it contains a password, make sure to
5: # adjust the permissions of the config file accordingly.
6: # database =
7:
8: # Plugins to load in sec-updater tool.
9: # load =
10:
11: # strongTNC manage.py command used to import SWID tags.
12: # tnc_manage_command = /var/www/tnc/manage.py
13:
14: swid_gen {
15:
16: # SWID generator command to be executed.
17: # command = /usr/local/bin/swid_generator
18:
19: tag_creator {
20:
21: # Name of the tagCreator entity.
22: # name = strongSwan Project
23:
24: # regid of the tagCreator entity.
25: # regid = strongswan.org
26:
27: }
28:
29: }
30:
31: tmp {
32:
33: # Temporary storage for downloaded deb package file.
34: # deb_file = /tmp/sec-updater.deb
35:
36: # Temporary storage for generated SWID tags.
37: # tag_file = /tmp/sec-updater.tag
38:
39: }
40:
41: }
42:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>