aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/swanctl/rw-psk-ikev1/hosts/dave/etc/strongswan.conf
blob: 2b3363a174a2f08fa58b652f427ac3f2ba468253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# /etc/strongswan.conf - strongSwan configuration file

swanctl {
  load = random openssl
}

charon-systemd {
  load = random nonce aes sha1 sha2 hmac gmp kernel-netlink socket-default updown vici

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