16 lines
343 B
Plaintext
Executable File
16 lines
343 B
Plaintext
Executable File
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
swanctl {
|
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
|
}
|
|
|
|
charon-systemd {
|
|
load = random drbg nonce openssl test-vectors pem pkcs1 curl revocation cmac xcbc ml vici kernel-netlink socket-default updown
|
|
|
|
integrity_test = yes
|
|
|
|
crypto_test {
|
|
on_add = yes
|
|
}
|
|
}
|