testing: Added swanctl/ocsp-signer-cert scenario

This commit is contained in:
Andreas Steffen
2017-01-02 14:34:18 +01:00
parent e3f63c6469
commit db0953d41f
11 changed files with 257 additions and 0 deletions
@@ -0,0 +1,11 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
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
}
}