Open pswapneel opened 5 years ago
Just tried this on Ubuntu and I am not sure why anyone using Linux in the workshop didn't report this.
Files missing -
Solution - Maybe pfsense also provides these files as well but I have gone ahead and created it manually using openssl.
Create .p12 using, openssl pkcs12 -export -in cert.crt -inkey key.key -certfile ca.crt -out pfs-udp-1194-Tokyo_OpenVPN.p12
openssl pkcs12 -export -in cert.crt -inkey key.key -certfile ca.crt -out pfs-udp-1194-Tokyo_OpenVPN.p12
Extracted the static key(ta.key) from Viscosity.visc and renamed it to pfs-udp-1194-Tokyo_OpenVPN-tls.key.
Attached is the set of files to be uploaded on https://psg.com/aprisec-sw/
Best, Swapneel openvpn-linux.zip
Addendum.
The command to connect from the cli - maybe this could be added to the slide as well.
openvpn --config pfs-udp-1194-Tokyo_OpenVPN-config.ovpn
Just tried this on Ubuntu and I am not sure why anyone using Linux in the workshop didn't report this.
Files missing -
Solution - Maybe pfsense also provides these files as well but I have gone ahead and created it manually using openssl.
Create .p12 using,
openssl pkcs12 -export -in cert.crt -inkey key.key -certfile ca.crt -out pfs-udp-1194-Tokyo_OpenVPN.p12
Extracted the static key(ta.key) from Viscosity.visc and renamed it to pfs-udp-1194-Tokyo_OpenVPN-tls.key.
Attached is the set of files to be uploaded on https://psg.com/aprisec-sw/
Best, Swapneel openvpn-linux.zip