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

[inline] lines failed to parse #2

Open
Kegelcizer opened this issue Aug 11, 2020 · 0 comments
Open

[inline] lines failed to parse #2

Kegelcizer opened this issue Aug 11, 2020 · 0 comments

Comments

@Kegelcizer
Copy link

After a successful merge these lines are added to the config file:

ca [inline]
cert [inline]
key [inline]
tls-auth [inline]

Script run example:

./OVPN-config-manipulator.sh -m=auto \
    -s /home/vpn/client-laptop/client-laptop.ovpn \
    --ca /home/vpn/client-laptop/ca.crt \
    --cert /home/vpn/client-laptop/client-laptop.crt \
    --key /home/vpn/client-laptop/client-laptop.key \
    --tls-auth /home/vpn/client-laptop/ta.key

Both OpenVPN GUI and OpenVPN Connect fail to parse it.
Fixed it by removing or commenting them.
Am I doing something wrong or is it a bug?

Thank you.

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

No branches or pull requests

1 participant