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