aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/swanctl/rw-psk-ikev1/hosts/moon/etc/strongswan.conf
blob: 718defbf0a5573f25d1bb50e4671444683aff48a (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 curve25519 gmp kernel-netlink socket-default updown vici

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