aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/swanctl/rw-dnssec/hosts/dave/etc/strongswan.conf
blob: ec66253701b476bdc48c41663deb622d7bb4688d (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

charon {
  load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp dnskey pubkey unbound ipseckey hmac vici kernel-netlink socket-default updown resolve

  start-scripts {
    creds = /usr/local/sbin/swanctl --load-creds
    conns = /usr/local/sbin/swanctl --load-conns
  } 

  plugins {
    ipseckey {
      enable = yes
    }
    unbound {
      trust_anchors = /etc/swanctl/dnssec.keys
    }
  }
}