aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/swanctl/frags-ipv6/hosts/carol/etc/strongswan.conf
blob: 81b7b946bf7a7e574fc82eb4baa0ad4c738b19b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# /etc/strongswan.conf - strongSwan configuration file

swanctl {
  load = pem pkcs1 x509 revocation constraints pubkey openssl random
}

charon-systemd {
  load = pem pkcs1 x509 revocation constraints pubkey openssl random nonce curl kernel-netlink socket-default updown vici

  fragment_size = 1400

  syslog {
    daemon {
      default = 1
    }
    auth {
      default = 0
    }
  }
}