strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
testing: Added swanctl/ocsp-disabled scenario
[strongswan.git]
/
testing
/
tests
/
swanctl
/
ocsp-disabled
/
hosts
/
moon
/
etc
/
swanctl
/
swanctl.conf
1
connections {
2
3
rw {
4
local_addrs = 192.168.0.1
5
6
local {
7
auth = pubkey
8
certs = moonCert.pem
9
id = moon.strongswan.org
10
}
11
remote {
12
auth = pubkey
13
revocation = strict
14
}
15
children {
16
net {
17
local_ts = 10.1.0.0/16
18
19
esp_proposals = aes128gcm128-curve25519
20
}
21
}
22
version = 2
23
proposals = aes128-sha256-curve25519
24
}
25
}