blob: 9e2091f317e3e4917bd27a4cf473df2745548b79 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
charon-systemd {
load = random nonce pem pkcs1 revocation openssl curl vici kernel-libipsec kernel-netlink socket-default updown
multiple_authentication = no
}
|