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