mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
18 lines
283 B
Plaintext
18 lines
283 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon-tkm {
|
|
ke_mapping {
|
|
15 = 1
|
|
16 = 2
|
|
}
|
|
ca_mapping {
|
|
strongswan_ca {
|
|
id = 1
|
|
fingerprint = CA_SPK_HEX
|
|
}
|
|
}
|
|
start-scripts {
|
|
swanctl = /usr/local/sbin/swanctl --load-all --noprompt
|
|
}
|
|
}
|