aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/swanctl/rw-psk-ikev1/hosts/dave/etc/strongswan.conf
blob: 02f6c1b36265e42caf82190557a0e40ee71b1955 (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 gmp 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 
    }
  }
}