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