blob: 69c6e3222dcc34884ff6fad09113e10a36fc2309 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = soup pem pkcs1 pkcs8 random nonce x509 revocation openssl stroke kernel-libipsec kernel-netlink socket-default updown
initiator_only = yes
plugins {
openssl {
fips_mode = 2
}
}
}
|