17 lines
431 B
Plaintext
17 lines
431 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
swanctl {
|
|
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
|
}
|
|
|
|
charon-systemd {
|
|
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl kernel-netlink socket-default updown vici
|
|
# remove rekeyed inbound SA a bit quicker for the test scenario
|
|
delete_rekeyed_delay = 2
|
|
syslog {
|
|
daemon {
|
|
knl = 2
|
|
}
|
|
}
|
|
}
|