blob: 81dfac334f0bb7fa406555d6ee6db4a30c499d56 (
plain)
1
2
3
4
5
6
7
8
9
|
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl openssl random x509 pubkey hmac stroke kernel-netlink updown
}
libstrongswan {
ecp_x_coordinate_only = no
}
|