openvpn/3.0.0
You can find the source of this version on GitHub at dpb587/openvpn-bosh-release. It was created based on the commit 86710d3
.
Release Notes¶
- make
openvpn.crl_pem
optional - support configuring
openvpn.cipher
andopenvpn.keysize
(default key size is now 256; existing client connection profiles may need to be updated before they can reconnect) - upgrade: openssl now 1.0.2j (was 1.0.2h)
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "openvpn" version: "3.0.0" url: "https://bosh.io/d/github.com/dpb587/openvpn-bosh-release?v=3.0.0" sha1: "9e6b057934bb991a919f29a86f49cb07f2e92b2f"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 9e6b057934bb991a919f29a86f49cb07f2e92b2f \ "https://bosh.io/d/github.com/dpb587/openvpn-bosh-release?v=3.0.0"