blob: 06bcaa1e50a6d760614d18cf685b8a2d7a11d595 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# /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
}
libstrongswan {
plugins {
openssl {
fips_mode = 2
}
}
}
|