14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
# /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 = /usr/local/libexec/ipsec/imv_policy_manager
|
|
assessment_result = no
|
|
}
|
|
|
|
attest {
|
|
database = sqlite:///etc/db.d/config.db
|
|
}
|