aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tkm/xfrmproxy-expire/hosts/moon/etc/tkm/tkm.conf
blob: 23e958ab01c6e1584bd00ad4771bdb801a8ee95d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<tkmconfig>
    <local_identity id="1">
        <identity>moon.strongswan.org</identity>
        <certificate>moonCert.pem</certificate>
    </local_identity>
    <policy id="1">
        <mode>transport</mode>
        <local>
            <identity_id>1</identity_id>
            <ip>192.168.0.1</ip>
        </local>
        <remote>
            <identity>sun.strongswan.org</identity>
            <ip>192.168.0.2</ip>
        </remote>
        <lifetime>
            <soft>2</soft>
            <hard>60</hard>
        </lifetime>
    </policy>
</tkmconfig>