blob: 61ff4005be71d4a864a1d9747eff2f80b925c033 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
charon {
load = random nonce aes sha1 sha2 pem pkcs1 gmp x509 curl revocation hmac kernel-netlink socket-default vici
start-scripts {
creds = /usr/local/sbin/swanctl --load-creds
conns = /usr/local/sbin/swanctl --load-conns
}
cache_crls = yes
}
|