Updated SWID scenarios

This commit is contained in:
Andreas Steffen
2014-04-15 09:21:06 +02:00
parent 14007fd1d9
commit 9b7f9ab5d2
6 changed files with 18 additions and 4 deletions
@@ -1,7 +1,7 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
charondebug="tnc 3, imc 3"
charondebug="tnc 2, imc 3"
conn %default
ikelifetime=60m
@@ -1,7 +1,7 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
charondebug="tnc 3, imc 3"
charondebug="tnc 2, imc 3"
conn %default
ikelifetime=60m
@@ -17,3 +17,14 @@ charon {
}
}
}
libimcv {
plugins {
imc-os {
push_info = no
}
imc-swid {
swid_pretty = yes
}
}
}
@@ -3,7 +3,7 @@ alice:: cat /var/log/daemon.log::SASL PLAIN authentication successful::YES
alice:: cat /var/log/daemon.log::SASL client identity is.*carol::YES
alice:: cat /var/log/daemon.log::user AR identity.*carol.*authenticated by password::YES
alice:: cat /var/log/daemon.log::received SWID tag ID inventory for request 6 at eid 1 of epoch::YES
alice:: cat /var/log/daemon.log::regid.2004-03.org.strongswan_strongSwan-.*.swidtag::YES
alice:: cat /var/log/daemon.log::regid.2004-03.org.strongswan_strongSwan-::YES
alice:: cat /var/log/daemon.log::accepting PT-TLS stream from PH_IP_DAVE::YES
alice:: cat /var/log/daemon.log::checking certificate status of.*C=CH, O=Linux strongSwan, OU=Accounting, [email protected]::YES
alice:: cat /var/log/daemon.log::certificate status is good::YES
@@ -1,7 +1,7 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
charondebug="tls 2, tnc 3, imv 3"
charondebug="tls 2, tnc 2, imv 3"
conn aaa
leftcert=aaaCert.pem
@@ -5,6 +5,9 @@ libimcv {
imc-os {
push_info = no
}
imc-swid {
swid_pretty = yes
}
}
}