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