testing: Converted swanctl to systemd

This commit is contained in:
Andreas Steffen
2017-11-11 16:41:15 +01:00
parent 65f74cd13d
commit 70dc5bb8ad
181 changed files with 1170 additions and 849 deletions
@@ -1,17 +1,20 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
charon {
load = random nonce aes sha1 sha2 hmac pem pkcs1 x509 revocation curve25519 gmp curl kernel-netlink socket-default updown sqlite attr-sql vici
start-scripts {
creds = /usr/local/sbin/swanctl --load-creds
conns = /usr/local/sbin/swanctl --load-conns
}
charon-systemd {
load = random nonce aes sha1 sha2 hmac pem pkcs1 x509 revocation curve25519 gmp curl kernel-netlink socket-default updown sqlite attr-sql vici
syslog {
daemon {
default = 1
}
auth {
default = 0
}
}
plugins {
attr-sql {
database = sqlite:///etc/db.d/ipsec.db
@@ -21,4 +24,5 @@ charon {
pool {
load = sqlite
database = sqlite:///etc/db.d/ipsec.db
}