42 lines
639 B
Plaintext
42 lines
639 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon-systemd {
|
|
load = random nonce openssl pem pkcs1 revocation curl vici kernel-netlink socket-default tnc-pdp tnc-tnccs tnc-imc tnc-imv tnccs-20
|
|
|
|
syslog {
|
|
daemon {
|
|
tnc = 2
|
|
imc = 2
|
|
imv = 2
|
|
}
|
|
}
|
|
plugins {
|
|
tnc-pdp {
|
|
server = sun.strongswan.org
|
|
radius {
|
|
enable = no
|
|
}
|
|
}
|
|
tnccs-20 {
|
|
mutual = yes
|
|
}
|
|
}
|
|
}
|
|
|
|
libtls {
|
|
version_max = 1.3
|
|
suites = TLS_AES_128_GCM_SHA256
|
|
ke_group = curve25519
|
|
}
|
|
|
|
libimcv {
|
|
plugins {
|
|
imc-test {
|
|
command = allow
|
|
}
|
|
imv-test {
|
|
rounds = 1
|
|
}
|
|
}
|
|
}
|