Build/use this docker image to quickly spin up a StrongSwan ipsec server.
docker_run_example.shis an example of how to use this container image.
generate_secrets.shis a standalone script to generate server/client certs/keys for ipsec. The assets can then be passed into an instance of this container withdocker run -v $PWD/secrets:/ipsec.d [...]. Otherwise you can give the/ipsec.dvolume an empty directory in which case ipsec-container automatically generates these assets and stores them on your host.entrypoint.shis meant only to run inside the container and is responsible for generating assets (if needed) and starting ipsec.