https://github.com/cloudnativelabs/ipsec-container
Docker image to quickly spin up a StrongSwan ipsec server.
https://github.com/cloudnativelabs/ipsec-container
Last synced: 10 months ago
JSON representation
Docker image to quickly spin up a StrongSwan ipsec server.
- Host: GitHub
- URL: https://github.com/cloudnativelabs/ipsec-container
- Owner: cloudnativelabs
- Created: 2017-09-19T20:15:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T14:04:31.000Z (over 8 years ago)
- Last Synced: 2025-03-21T17:56:34.786Z (11 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 5
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ipsec-container
Build/use this docker image to quickly spin up a StrongSwan ipsec server.
## Usage
- `docker_run_example.sh` is an example of how to use this container image.
## Tools
- `generate_secrets.sh` is a standalone script to generate server/client
certs/keys for ipsec. The assets can then be passed into an instance of this
container with `docker run -v $PWD/secrets:/ipsec.d [...]`. Otherwise
you can give the `/ipsec.d` volume an empty directory in which case
ipsec-container automatically generates these assets and stores them on your
host.
- `entrypoint.sh` is meant only to run inside the container and is responsible
for generating assets (if needed) and starting ipsec.