14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
libimcv {
|
|
load = random nonce openssl pubkey sqlite
|
|
debug_level = 3
|
|
database = sqlite:///etc/pts/config.db
|
|
policy_script = ipsec imv_policy_manager
|
|
assessment_result = no
|
|
}
|
|
|
|
attest {
|
|
database = sqlite:///etc/pts/config.db
|
|
}
|