12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon-systemd {
|
|
load = random nonce openssl pem pkcs1 x509 revocation curl vici kernel-netlink socket-default
|
|
|
|
plugins {
|
|
revocation {
|
|
enable_ocsp = no
|
|
}
|
|
}
|
|
}
|