summaryrefslogtreecommitdiff
path: root/testing/tests/swanctl/rw-hash-and-url/hosts/carol/etc/strongswan.conf
blob: 4b0e31118930da91a3decae666994039611ab00f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# /etc/strongswan.conf - strongSwan configuration file

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

charon {
  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 revocation constraints pubkey gmp random nonce curl kernel-netlink socket-default updown vici 

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

  hash_and_url = yes
}