testing: Converted af-alg to systemd

This commit is contained in:
Andreas Steffen
2017-11-10 11:49:38 +01:00
parent 67a97c18ae
commit 88a950d915
9 changed files with 72 additions and 35 deletions
@@ -1,10 +1,18 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
charon-systemd {
load = random nonce pem pkcs1 af-alg gmp x509 revocation kernel-netlink curl socket-default updown vici
start-scripts {
creds = /usr/local/sbin/swanctl --load-creds
conns = /usr/local/sbin/swanctl --load-conns
}
syslog {
daemon {
default = 1
}
auth {
default = 0
}
}
}
@@ -1,10 +1,18 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
charon-systemd {
load = random nonce pem pkcs1 af-alg gmp x509 revocation kernel-netlink curl socket-default updown vici
start-scripts {
creds = /usr/local/sbin/swanctl --load-creds
conns = /usr/local/sbin/swanctl --load-conns
}
syslog {
daemon {
default = 1
}
auth {
default = 0
}
}
}