Files

28 lines
580 B
Plaintext

# /etc/strongswan.conf - strongSwan configuration file
libtls {
suites = TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384
ke_group = curve25519, curve448
version_max = 1.3
}
libimcv {
plugins {
imc-swima {
swid_database = sqlite:///etc/db.d/collector.db
}
}
}
pt-tls-client {
load = revocation constraints pem openssl curl sqlite nonce openssl tnc-tnccs tnc-imc tnccs-20
}
sw-collector {
database = sqlite:///etc/db.d/collector.db
history = /var/log/apt/history.log
rest_api {
uri = http://admin-user:[email protected]/api/
}
}