testing: Removed TCG SWID IMC/IMV scenarios
This commit is contained in:
@@ -17,6 +17,9 @@ charon-systemd {
|
||||
secret = gv6URkSs
|
||||
}
|
||||
}
|
||||
tnc-imv {
|
||||
dlclose = no
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,8 +32,10 @@ libimcv {
|
||||
policy_script = /usr/local/libexec/ipsec/imv_policy_manager
|
||||
|
||||
plugins {
|
||||
imv-swid {
|
||||
rest_api_uri = http://admin-user:[email protected]/api/
|
||||
imv-swima {
|
||||
rest_api {
|
||||
uri = http://admin-user:[email protected]/api/
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#IMV configuration file for strongSwan client
|
||||
|
||||
IMV "OS" /usr/local/lib/ipsec/imcvs/imv-os.so
|
||||
IMV "SWID" /usr/local/lib/ipsec/imcvs/imv-swid.so
|
||||
IMV "SWIMA" /usr/local/lib/ipsec/imcvs/imv-swima.so
|
||||
|
||||
@@ -4,6 +4,15 @@ libtls {
|
||||
suites = TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
||||
}
|
||||
|
||||
libimcv {
|
||||
swid_gen {
|
||||
tag_creator {
|
||||
name = Debian Project
|
||||
regid = debian.org
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pt-tls-client {
|
||||
load = revocation constraints pem openssl curl nonce tnc-tnccs tnc-imc tnccs-20
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#IMC configuration file for strongSwan client
|
||||
|
||||
IMC "OS" /usr/local/lib/ipsec/imcvs/imc-os.so
|
||||
IMC "SWID" /usr/local/lib/ipsec/imcvs/imc-swid.so
|
||||
IMC "SWIMA" /usr/local/lib/ipsec/imcvs/imc-swima.so
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
libimcv {
|
||||
swid_gen {
|
||||
tag_creator {
|
||||
name = Debian Project
|
||||
regid = debian.org
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
imc-os {
|
||||
push_info = no
|
||||
}
|
||||
imc-swid {
|
||||
imc-swima {
|
||||
swid_directory = /usr/share
|
||||
swid_pretty = yes
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#IMC configuration file for strongSwan client
|
||||
|
||||
IMC "OS" /usr/local/lib/ipsec/imcvs/imc-os.so
|
||||
IMC "SWID" /usr/local/lib/ipsec/imcvs/imc-swid.so
|
||||
IMC "SWIMA" /usr/local/lib/ipsec/imcvs/imc-swima.so
|
||||
|
||||
Reference in New Issue
Block a user