aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/openssl-ikev2/critical-extension/hosts/moon/etc/strongswan.conf
blob: f4ab41f2c4c68983fae6f33abfe9b2c5a3d87efb (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 openssl revocation hmac stroke kernel-netlink socket-default updown
  multiple_authentication = no
}

libstrongswan {
  x509 {
    enforce_critical = no
  }
}