23 lines
340 B
Plaintext
23 lines
340 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
libimcv {
|
|
plugins {
|
|
imc-os {
|
|
push_info = no
|
|
}
|
|
}
|
|
}
|
|
|
|
libtnccs {
|
|
plugins {
|
|
tnccs-20 {
|
|
max_batch_size = 131056
|
|
max_message_size = 131024
|
|
}
|
|
}
|
|
}
|
|
|
|
pt-tls-client {
|
|
load = curl revocation constraints pem openssl nonce tnc-tnccs tnc-imc tnccs-20
|
|
}
|