strongswan.conf 264 B

1234567891011
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon-systemd {
  3. load = random nonce aes sha1 sha2 md5 pem pkcs1 curve25519 gmp x509 curl revocation hmac vici kernel-netlink socket-default
  4. plugins {
  5. revocation {
  6. enable_ocsp = no
  7. }
  8. }
  9. }