Hi,
I just set up a new OpenVPN server and having trouble connecting to it. See a log file attached to this
$ openssl rsa -pubout < client.key | md5
ced1920e9e99be57146864d09e9e0684
$ openssl x509 -noout -pubkey < client.crt | md5
ced1920e9e99be57146864d09e9e0684
Generated entire credential pairs for server & clients on two different machines the error is still persistent.
Credentials are generated using the following command:
./easyrsa build-<client|server>-full <name> nopass
It would be grateful if anyone can help me out.
Thanks in advance.