Added tnc/tnccs-20-pt-tls scenario
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||
|
||||
/* configuration is read from /etc/pts/options */
|
||||
@@ -0,0 +1,8 @@
|
||||
--connect sun.strongswan.org
|
||||
--client moon.strongswan.org
|
||||
--key /etc/ipsec.d/private/moonKey.pem
|
||||
--cert /etc/ipsec.d/certs/moonCert.pem
|
||||
--cert /etc/ipsec.d/cacerts/strongswanCert.pem
|
||||
--mutual
|
||||
--quiet
|
||||
--debug 2
|
||||
@@ -0,0 +1,16 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
pt-tls-client {
|
||||
load = x509 openssl pem pkcs1 random nonce revocation curl tnc-tnccs tnc-imc tnc-imv tnccs-20
|
||||
}
|
||||
|
||||
libimcv {
|
||||
plugins {
|
||||
imc-test {
|
||||
command = allow
|
||||
}
|
||||
imv-test {
|
||||
rounds = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
#IMC/IMV configuration file for strongSwan endpoint
|
||||
|
||||
IMC "Test" /usr/local/lib/ipsec/imcvs/imc-test.so
|
||||
IMV "Test" /usr/local/lib/ipsec/imcvs/imv-test.so
|
||||
Reference in New Issue
Block a user