blob: 6a33d582bc6ad7e3c678dff343d82a6d936c41e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem botan x509 revocation constraints pubkey
}
charon-systemd {
load = nonce test-vectors botan pem x509 revocation constraints pubkey curl kernel-netlink socket-default updown vici
rsa_pss = yes
integrity_test = yes
crypto_test {
on_add = yes
}
}
|