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
Add xfrm_proxy integration test
[strongswan.git]
/
testing
/
tests
/
tkm
/
host2host-xfrmproxy
/
hosts
/
moon
/
etc
/
tkm
/
tkm.conf
1
<tkmconfig>
2
<local_identity id="1">
3
<identity>moon.strongswan.org</identity>
4
<certificate>moonCert.pem</certificate>
5
</local_identity>
6
<policy id="1">
7
<mode>transport</mode>
8
<local>
9
<identity_id>1</identity_id>
10
<ip>192.168.0.1</ip>
11
</local>
12
<remote>
13
<identity>sun.strongswan.org</identity>
14
<ip>192.168.0.2</ip>
15
</remote>
16
<lifetime>
17
<soft>30</soft>
18
<hard>60</hard>
19
</lifetime>
20
</policy>
21
</tkmconfig>