andreas-stuerz / opn-cli

CLI for OPNsense Firewall using API Requests
BSD 2-Clause "Simplified" License
45 stars 8 forks source link

openvpn download command exports unrecognised text #54

Open JBM1866 opened 5 months ago

JBM1866 commented 5 months ago

Hi! I was just wondering how I can get the command output to turn into a valid file for a client to use.

Command Used: docker run -v /root/.opn-cli:/home/appuser/.opn-cli andeman77/opn-cli openvpn download $SERVER $CLIENT -o plain --template PlainOpenVPN > test.ovpn

Presently it comes out in a format that appears to be hashed. Any help would be GREATLY appreciated! :)