swid-gen: Share SWID generator between sw-collector, imc-swima and imc-swid

This commit is contained in:
Andreas Steffen
2017-08-04 19:15:26 +02:00
parent 073c179a88
commit 88501a64ca
15 changed files with 567 additions and 451 deletions
+9
View File
@@ -21,6 +21,15 @@ charon.imcv.os_info.default_password_enabled = no
charon.imcv.policy_script = ipsec _imv_policy
Script called for each TNC connection to generate IMV policies.
libimcv.swid_gen.command = /usr/local/bin/swid_generator
SWID generator command to be executed.
libimcv.swid_gen.tag_creator.name = strongSwan Project
Name of the tagCreator entity.
libimcv.swid_gen.tag_creator.regid = strongswan.org
regid of the tagCreator entity.
libimcv.debug_level = 1
Debug level for a stand-alone _libimcv_ library.
-9
View File
@@ -22,14 +22,5 @@ sw-collector.rest_api.uri =
sw-collector.rest_api.timeout = 120
Timeout of REST API HTTP POST transaction.
sw-collector.tag_creator.name = strongSwan Project
Name of the tagCreator entity.
sw-collector.tag_creator.regid = strongswan.org
regid of the tagCreator entity.
sw-collector.swid_generator = /usr/local/bin/swid_generator
SWID generator command to be executed.
sw-collector.load =
Plugins to load in sw-collector tool.
-3
View File
@@ -1,9 +1,6 @@
libimcv.plugins.imc-swid.swid_directory = ${prefix}/share
Directory where SWID tags are located.
libimcv.plugins.imc-swid.swid_generator = /usr/local/bin/swid_generator
SWID generator command to be executed.
libimcv.plugins.imc-swid.swid_pretty = FALSE
Generate XML-encoded SWID tags with pretty indentation.
-3
View File
@@ -9,9 +9,6 @@ libimcv.plugins.imc-swima.swid_epoch = 0x11223344
libimcv.plugins.imc-swima.swid_directory = ${prefix}/share
Directory where SWID tags are located.
libimcv.plugins.imc-swima.swid_generator = /usr/local/bin/swid_generator
SWID generator command to be executed.
libimcv.plugins.imc-swima.swid_pretty = FALSE
Generate XML-encoded SWID tags with pretty indentation.