OpenVPN BOSH Release

For running an OpenVPN server or connecting as clients of an OpenVPN network.

Overview

This BOSH release provides jobs for securely running OpenVPN servers and clients in a BOSH environment.

Getting Started

The easiest way to get started is by referring to the sample manifests provided in the deployment branch.

Release Usage

Upload the release tarball from the command line:

bosh upload-release --name="openvpn" --version="5.8.0" \
  "https://s3-external-1.amazonaws.com/dpb587-bosh-release-openvpn-us-east-1/artifacts/release/4b87886e5253b819592c2b0f59fd7dfffca50508" \
  --sha1="sha256:5024f33cd5aeef5eb8cb4a1d3126178a2e1f5fbb46e080a1098a917ae901c197"

Or reference the release from a manifest:

releases:
- name: "openvpn"
  version: "5.8.0"
  url: "https://s3-external-1.amazonaws.com/dpb587-bosh-release-openvpn-us-east-1/artifacts/release/4b87886e5253b819592c2b0f59fd7dfffca50508"
  sha1: "sha256:5024f33cd5aeef5eb8cb4a1d3126178a2e1f5fbb46e080a1098a917ae901c197"

Development

If you are interested in the development of this project, learn more about the development practices or contributing.