Updated SWID scenarios
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||||
|
|
||||||
config setup
|
config setup
|
||||||
charondebug="tnc 3, imc 3"
|
charondebug="tnc 2, imc 3"
|
||||||
|
|
||||||
conn %default
|
conn %default
|
||||||
ikelifetime=60m
|
ikelifetime=60m
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||||
|
|
||||||
config setup
|
config setup
|
||||||
charondebug="tnc 3, imc 3"
|
charondebug="tnc 2, imc 3"
|
||||||
|
|
||||||
conn %default
|
conn %default
|
||||||
ikelifetime=60m
|
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::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::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::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::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::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
|
alice:: cat /var/log/daemon.log::certificate status is good::YES
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||||
|
|
||||||
config setup
|
config setup
|
||||||
charondebug="tls 2, tnc 3, imv 3"
|
charondebug="tls 2, tnc 2, imv 3"
|
||||||
|
|
||||||
conn aaa
|
conn aaa
|
||||||
leftcert=aaaCert.pem
|
leftcert=aaaCert.pem
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ libimcv {
|
|||||||
imc-os {
|
imc-os {
|
||||||
push_info = no
|
push_info = no
|
||||||
}
|
}
|
||||||
|
imc-swid {
|
||||||
|
swid_pretty = yes
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user