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

swanctl {
  load = random openssl
}

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

  start-scripts {
    creds = /usr/local/sbin/swanctl --load-creds 
    conns = /usr/local/sbin/swanctl --load-conns
  } 
  syslog {
    auth {
      default = 0
    }
    daemon {
      cfg = 1 
      ike = 1 
    }
  }
}