18 lines
289 B
Plaintext
18 lines
289 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
pluto {
|
|
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl sqlite attr-sql kernel-netlink
|
|
}
|
|
|
|
libhydra {
|
|
plugins {
|
|
attr-sql {
|
|
database = sqlite:///etc/ipsec.d/ipsec.db
|
|
}
|
|
}
|
|
}
|
|
|
|
pool {
|
|
load = sqlite
|
|
}
|