17 lines
284 B
Plaintext
17 lines
284 B
Plaintext
# /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
|
|
}
|
|
}
|
|
}
|