mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
67 lines
1.2 KiB
Plaintext
Executable File
67 lines
1.2 KiB
Plaintext
Executable File
connections {
|
|
|
|
research {
|
|
local_addrs = 192.168.0.1
|
|
|
|
local {
|
|
auth = pubkey
|
|
certs = moonCert.pem
|
|
id = moon.strongswan.org
|
|
}
|
|
remote {
|
|
auth = pubkey
|
|
cacerts = researchCert.pem
|
|
revocation = ifuri
|
|
}
|
|
children {
|
|
alice {
|
|
local_ts = 10.1.0.10/32
|
|
esp_proposals = aes128-sha256-ecp256
|
|
}
|
|
}
|
|
version = 2
|
|
proposals = aes128-sha256-ecp256
|
|
}
|
|
|
|
sales {
|
|
local_addrs = 192.168.0.1
|
|
|
|
local {
|
|
auth = pubkey
|
|
certs = moonCert.pem
|
|
id = moon.strongswan.org
|
|
}
|
|
remote {
|
|
auth = pubkey
|
|
cacerts = salesCert.pem
|
|
revocation = ifuri
|
|
}
|
|
children {
|
|
venus {
|
|
local_ts = 10.1.0.20/32
|
|
esp_proposals = aes128-sha256-ecp256
|
|
}
|
|
}
|
|
version = 2
|
|
proposals = aes128-sha256-ecp256
|
|
}
|
|
}
|
|
|
|
authorities {
|
|
|
|
strongswan {
|
|
cacert = strongswanCert.pem
|
|
ocsp_uris = http://ocsp.strongswan.org:8880
|
|
}
|
|
|
|
research {
|
|
cacert = researchCert.pem
|
|
ocsp_uris = http://ocsp.strongswan.org:8880
|
|
}
|
|
|
|
sales {
|
|
cacert = salesCert.pem
|
|
ocsp_uris = http://ocsp.strongswan.org:8880
|
|
}
|
|
}
|