20 lines
391 B
Plaintext
20 lines
391 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
swanctl {
|
|
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
|
}
|
|
|
|
charon-systemd {
|
|
load = random nonce pem pkcs1 revocation openssl curl vici kernel-libipsec kernel-netlink socket-default updown
|
|
|
|
syslog {
|
|
daemon {
|
|
default = 1
|
|
}
|
|
auth {
|
|
default = 0
|
|
}
|
|
}
|
|
multiple_authentication = no
|
|
}
|