added sql/net2net-start-pem scenario

This commit is contained in:
Andreas Steffen
2010-11-28 12:00:19 +01:00
parent c616d84c3f
commit d6a13b895f
13 changed files with 540 additions and 0 deletions
@@ -0,0 +1,10 @@
# /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 x509 revocation hmac xcbc stroke kernel-netlink socket-default updown sqlite sql
}