11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon {
|
|
plugins {
|
|
sql {
|
|
database = sqlite:///etc/db.d/ipsec.db
|
|
}
|
|
}
|
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default updown sqlite sql
|
|
}
|