docs(vpn): update README.vpn.md for easy-rsa 3.2 and openvpn3 - #378
Merged
thecaffiend merged 3 commits intoAug 18, 2026
Merged
Conversation
Document the easy-rsa 3.2.x interactive confirmation prompt for build-client-full alongside the non-interactive --batch route, note verification against 3.2.5, and add an openvpn3 connection workflow (config-import, session-start, session-manage --disconnect) plus a tip to reuse an existing endpoint profile by swapping only the client cert/key. Closes #377
The openvpn 2.x CLI path has not been tested in a long time. Make openvpn3 the documented client and reduce the 2.x reference to a passing mention that it may work but is not covered.
mehalter
approved these changes
Aug 18, 2026
thecaffiend
deleted the
377-docsvpn-update-readme-vpn-for-easyrsa-32-and-openvpn3
branch
August 18, 2026 17:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
easy-rsa 3.2
3.2.5in addition to3.2.0.build-client-fullprompts for ayesconfirmation on3.2.xand rolls back the req/key if unanswered, plus the non-interactive
easyrsa --batch build-client-full ... nopassroute. Both call sites updated.openvpn3
openvpn3the documented VPN client: connection intro and the Connect toVPN section now use
config-import,session-start,sessions-list, andsession-manage --disconnect.openvpn2.x CLI path, keeping only a passing note that itmay work but is not covered.
.ovpnby reusing an existing endpoint profile andswapping only the
<cert>/<key>blocks instead of re-downloading from theAWS console.
The revoke + CRL-import-at-endpoint steps were accurate and are unchanged.
Closes #377