aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/swanctl/rw-dnssec/hosts/carol/etc/strongswan.conf
blob: 6339790cdd3fdc49885f04473701f8f2d1ffad9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# /etc/strongswan.conf - strongSwan configuration file

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

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