blob: 62847631394e2245ed1616991a14d71034539c8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl pem pkcs1 random nonce openssl revocation hmac stroke kernel-netlink socket-default updown
multiple_authentication = no
}
libstrongswan {
x509 {
enforce_critical = no
}
}
|