Syntax error
GrampusV opened this issue · 2 comments
GrampusV commented
258 openvpn --genkey secret /etc/openvpn/server/tc.key
Correct
258 openvpn --genkey --secret /etc/openvpn/server/tc.key
Nyr commented
Wrong. The actual syntax is correct since OpenVPN v2.5, read the manual. The previous syntax is deprecated.
GrampusV commented
Wrong. The actual syntax is correct since OpenVPN v2.5, read the manual. The previous syntax is deprecated.
Thank you! I pointed this out just in case.