mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
Mainly to test TKM's ability for handling multiple CAs and that the received intermediate CA certificates are passed in the right order. But also added a regular scenario where two intermediate CA certificates are sent by one of the clients.
26 lines
491 B
Bash
26 lines
491 B
Bash
#!/bin/bash
|
|
#
|
|
# This configuration file provides information on the
|
|
# guest instances used for this test
|
|
|
|
# All guest instances that are required for this test
|
|
#
|
|
VIRTHOSTS="carol dave moon winnetou"
|
|
|
|
# Corresponding block diagram
|
|
#
|
|
DIAGRAM="a-m-c-w-d.png"
|
|
|
|
# Guest instances on which tcpdump is to be started
|
|
#
|
|
TCPDUMPHOSTS="carol dave"
|
|
|
|
# Guest instances on which IPsec is started
|
|
# Used for IPsec logging purposes
|
|
#
|
|
IPSECHOSTS="carol dave moon"
|
|
|
|
# charon controlled by swanctl
|
|
#
|
|
SWANCTL=1
|