aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/swanctl/ocsp-multi-level/hosts/moon/etc/strongswan.conf
blob: 6d368f08b1b01222732e166c9b7409376488d59b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# /etc/strongswan.conf - strongSwan configuration file

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

charon {
  load = pem pkcs1 x509 revocation constraints pubkey openssl random nonce curl kernel-netlink socket-default vici

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