strongswan/testing/hosts/default/etc/strongswan.conf.testing
Tobias Brunner 35b82000f1 testing: Disable gcrypt plugin for swanctl
Sometimes swanctl hangs when initializing the plugin and it apparently
gathers entropy.
2019-03-28 18:16:56 +01:00

32 lines
386 B
Plaintext

charon {
retransmit_tries = 2
retransmit_timeout = 1.0
retransmit_base = 1
plugins {
kernel-netlink {
xfrm_acq_expires = 60
}
}
syslog {
daemon {
}
auth {
default = 0
}
}
journal {
default = -1
}
}
swanctl {
plugins {
# disabled because of entropy issues
gcrypt {
load = no
}
}
}
include strongswan.conf