Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Development Branch #55

Merged
merged 12 commits into from
Aug 7, 2015
Merged

Merge Development Branch #55

merged 12 commits into from
Aug 7, 2015

Conversation

kylemanna
Copy link
Owner

Had a chance to test this the other week. Rather merge it before I forget what changed.

* The EasyRSA tools create a certificate file with all the metadata
  readable.  This makes the config file larger then it needs to be, so
  prune it.
* Retrieve text files with `openssl x509 -in <crt> -noout -text`
* Enable IPv6 forwarding if docker daemon provided a default route
* For now this requires the --privileged flag, but this could be hacked
  around using `ip netns` madness.
* Works with IPv6 thanks to ExecStartPost.
* Nothing less nothing more.
* Otherwise it's annoying without it.
* Oops, doesn't work without this.
* It gets asked too many times.
* Useful for systems with several OpenVPN docker containers running.
* RIP hacky /etc/default/foo style environement sourcing hack
* Systemd service currently marks the mount as read-only, and this is
  regarded as good practice for server/daemon only operation.
* Don't create /etc/openvpn/ccd as the mount may be read-only.
* Append the client-config-dir command line argument if it is found to
  avoid mkdir operation.
* Mount can easily be modified using a different docker run line with
  ":ro" on the volume mount.
kylemanna added a commit that referenced this pull request Aug 7, 2015
Merge Development Branch
@kylemanna kylemanna merged commit 1f47f36 into master Aug 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant