testing: Added swanctl/ocsp-disabled scenario

This commit is contained in:
Andreas Steffen
2017-01-02 14:34:39 +01:00
parent db0953d41f
commit 91a4a4aa83
11 changed files with 264 additions and 0 deletions
@@ -0,0 +1,15 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
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
}
plugins {
revocation {
enable_ocsp = no
}
}
}