summaryrefslogtreecommitdiff
path: root/testing/tests/tnc/tnccs-20-mutual-pt-tls/hosts/moon/etc/strongswan.conf
blob: fafdac4aa3132c0bfcd76026e9bcb0368db0ca7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
    }   
  }
}