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

swanctl {
  load = pem pkcs1 pkcs8 curve25519 x509 revocation constraints pubkey openssl random 
}

charon {
  load = random nonce aes sha1 sha2 hmac pem pkcs1 pkcs8 x509 revocation curve25519 curl 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 {
      default = 1
    }
  }
}