blob: 5cf4d0cf12739c5a183a99ca331c124c81d3c6c5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = random nonce aes sha1 sha2 pem pkcs1 gmp x509 curl revocation hmac vici kernel-netlink socket-default updown
start-scripts {
creds = /usr/local/sbin/swanctl --load-creds
conns = /usr/local/sbin/swanctl --load-conns
}
}
|