Annotation of embedaddon/strongswan/conf/options/imcv.conf, revision 1.1.1.1

1.1       misho       1: charon {
                      2: 
                      3:     # Defaults for options in this section can be configured in the libimcv
                      4:     # section.
                      5:     imcv {
                      6: 
                      7:         # Whether IMVs send a standard IETF Assessment Result attribute.
                      8:         # assessment_result = yes
                      9: 
                     10:         # Global IMV policy database URI. If it contains a password, make sure
                     11:         # to adjust the permissions of the config file accordingly.
                     12:         # database =
                     13: 
                     14:         # Script called for each TNC connection to generate IMV policies.
                     15:         # policy_script = ipsec _imv_policy
                     16: 
                     17:         os_info {
                     18: 
                     19:             # Manually set whether a default password is enabled
                     20:             # default_password_enabled = no
                     21: 
                     22:             # Manually set the name of the client OS (e.g. Ubuntu).
                     23:             # name =
                     24: 
                     25:             # Manually set the version of the client OS (e.g. 12.04 i686).
                     26:             # version =
                     27: 
                     28:         }
                     29: 
                     30:     }
                     31: 
                     32: }
                     33: 
                     34: libimcv {
                     35: 
                     36:     # Debug level for a stand-alone libimcv library.
                     37:     # debug_level = 1
                     38: 
                     39:     # Plugins to load in IMC/IMVs with stand-alone libimcv library.
                     40:     # load = random nonce gmp pubkey x509
                     41: 
                     42:     # Disable output to stderr with a stand-alone libimcv library.
                     43:     # stderr_quiet = no
                     44: 
                     45:     swid_gen {
                     46: 
                     47:         # SWID generator command to be executed.
                     48:         # command = /usr/local/bin/swid_generator
                     49: 
                     50:         tag_creator {
                     51: 
                     52:             # Name of the tagCreator entity.
                     53:             # name = strongSwan Project
                     54: 
                     55:             # regid of the tagCreator entity.
                     56:             # regid = strongswan.org
                     57: 
                     58:         }
                     59: 
                     60:     }
                     61: 
                     62: }
                     63: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>