Opened 13 years ago
Closed 13 years ago
#193 closed Bug / Defect (fixed)
Inline cert parsing fails
Reported by: | Samuli Seppänen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | beta 2.3 |
Component: | Configuration | Version: | OpenVPN git master branch (Community Ed) |
Severity: | Not set (select this one, unless your'e a OpenVPN developer) | Keywords: | |
Cc: |
Description
Using a configuration file with inline certificates does not work on "master":
root@computer:/etc/openvpn# openvpn --config inline.conf Options error: --ca fails with '[[INLINE]]': No such file or directory Options error: --cert fails with '[[INLINE]]': No such file or directory Options error: --key fails with '[[INLINE]]': No such file or directory Options error: --tls-auth fails with '[[INLINE]]': No such file or directory Options error: Please correct these errors. Use --help for more information.
Note: See
TracTickets for help on using
tickets.
Fixed by commit 06e781f88...