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