--- /dev/null
+
+configs {
+ ike-rsa {
+ proposal = aes128-sha1-modp1024
+ lhost = 172.16.1.10
+ rhost = 172.16.1.20
+ lid = dut.strongswan.org
+ rid = ls.rsa.strongswan.org
+ ecdsa_strength = 256
+ child-rsa {
+ lts = 10.10.10.0/24
+ rts = 10.20.20.0/24
+ }
+ }
+}
--- /dev/null
+
+configs {
+ ike-rsa {
+ proposal = aes128-sha1-modp1024
+ lhost = 172.16.1.20
+ rhost = 172.16.1.10
+ lid = ls.rsa.strongswan.org
+ rid = dut.strongswan.org
+ child-rsa {
+ lts = 10.20.20.0/24
+ rts = 10.10.10.0/24
+ }
+ }
+}
+
+certs {
+ untrusted {
+ x509 = ../ls-rsa.crt
+ }
+}
+
+keys {
+ rsa = ../ls-rsa.key
+}
+
+
+actions {
+ initiate {
+ config = child-rsa
+ }
+}