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,16 +1,19 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
charon-systemd {
load = random nonce aes sha1 sha2 md5 pem pkcs1 curve25519 gmp x509 curl revocation hmac vici kernel-netlink socket-default
start-scripts {
creds = /usr/local/sbin/swanctl --load-creds
conns = /usr/local/sbin/swanctl --load-conns
auths = /usr/local/sbin/swanctl --load-authorities
syslog {
daemon {
default = 1
}
auth {
default = 0
}
}
plugins {
revocation {
enable_ocsp = no
}
}
}
}
@@ -1,12 +1,16 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
charon-systemd {
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac vici kernel-netlink socket-default
start-scripts {
creds = /usr/local/sbin/swanctl --load-creds
conns = /usr/local/sbin/swanctl --load-conns
}
syslog {
daemon {
default = 1
}
auth {
default = 0
}
}
plugins {
revocation {
enable_ocsp = no
@@ -1,3 +1,3 @@
carol::swanctl --terminate --ike home
carol::service charon stop 2> /dev/null
moon::service charon stop 2> /dev/null
carol::systemctl stop strongswan-swanctl
moon::systemctl stop strongswan-swanctl
@@ -1,5 +1,5 @@
moon::service charon start 2> /dev/null
carol::service charon start 2> /dev/null
moon::systemctl start strongswan-swanctl
carol::systemctl start strongswan-swanctl
moon::expect-connection rw
carol::expect-connection home
carol::swanctl --initiate --child home