securesocketfunneling / ssf

Secure Socket Funneling - Network tool and toolkit - TCP and UDP port forwarding, SOCKS proxy, remote shell, standalone and cross platform

Home Page:https://securesocketfunneling.github.io/ssf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions for generating dh4096.pem doesn't result in a file

gregbert42 opened this issue · comments

in the instructions it says:
openssl dhparam 4096 -outform PEM -out dh4096.pem

In my experience (archlinux), it does not generate a file dh4096.pem - instead it just prints the pem to the screen.

this command, instead, does generate the file:
openssl dhparam -out dhparams.pem 4096