blob: 2f01cdcce736a4968e2fe13e58825b73b2124fad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# /etc/strongswan.conf - strongSwan configuration file
charon {
plugins {
sql {
database = sqlite:///etc/ipsec.d/ipsec.db
}
}
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 revocation hmac stroke kernel-netlink socket-default updown sqlite sql
keep_alive = 5
}
|