Use attest database in tnc/tnccs-20-os scenario

This commit is contained in:
Andreas Steffen
2013-04-21 16:31:23 +02:00
parent 9fab0a58d3
commit 0f499f41dc
6 changed files with 268 additions and 2 deletions
@@ -1,7 +1,7 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac stroke kernel-netlink socket-default eap-identity eap-ttls eap-md5 eap-tnc tnc-imv tnc-tnccs tnccs-20 updown
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac stroke kernel-netlink socket-default eap-identity eap-ttls eap-md5 eap-tnc tnc-imv tnc-tnccs tnccs-20 updown sqlite
multiple_authentication=no
plugins {
eap-ttls {
@@ -18,7 +18,14 @@ charon {
libimcv {
plugins {
imv-os {
database = sqlite:///etc/pts/config.db
request_installed_packages = yes
}
}
}
attest {
load = random nonce openssl sqlite
database = sqlite:///etc/pts/config.db
}