11 lines
296 B
Plaintext
11 lines
296 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon {
|
|
load = random nonce pem pkcs1 af-alg gmp x509 revocation kernel-netlink curl socket-default updown vici
|
|
|
|
start-scripts {
|
|
creds = /usr/local/sbin/swanctl --load-creds
|
|
conns = /usr/local/sbin/swanctl --load-conns
|
|
}
|
|
}
|