openvpn/3.1.0
You can find the source of this version on GitHub at dpb587/openvpn-bosh-release. It was created based on the commit 46dda21
.
Release Notes¶
- automate signature and checksum verification of blobs
- bug fix: make
openvpn.crl_pem
actually be optional - upgrade: openvpn now 2.3.13 (was 2.3.12)
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "openvpn" version: "3.1.0" url: "https://bosh.io/d/github.com/dpb587/openvpn-bosh-release?v=3.1.0" sha1: "2e377c2c58d26941df0cc4d8eadc7071812b7375"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 2e377c2c58d26941df0cc4d8eadc7071812b7375 \ "https://bosh.io/d/github.com/dpb587/openvpn-bosh-release?v=3.1.0"