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