diff options
Diffstat (limited to 'conf/options/imcv.conf')
-rw-r--r-- | conf/options/imcv.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/options/imcv.conf b/conf/options/imcv.conf index bc1f183fc..ede2d9db4 100644 --- a/conf/options/imcv.conf +++ b/conf/options/imcv.conf @@ -42,5 +42,22 @@ libimcv { # Disable output to stderr with a stand-alone libimcv library. # stderr_quiet = no + swid_gen { + + # SWID generator command to be executed. + # command = /usr/local/bin/swid_generator + + tag_creator { + + # Name of the tagCreator entity. + # name = strongSwan Project + + # regid of the tagCreator entity. + # regid = strongswan.org + + } + + } + } |