blob: 45845710bd30a8f57e704777723fe96c0c6d4104 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# /etc/strongswan.conf - strongSwan configuration file
libimcv {
load = random nonce openssl pubkey sqlite
debug_level = 3
database = sqlite:///etc/db.d/config.db
policy_script = ipsec imv_policy_manager
assessment_result = no
}
attest {
database = sqlite:///etc/db.d/config.db
}
|