This is my files:
root@arcx:/etc/openvpn/easy-rsa/keys# ls
-server.crt 01.pem dh1024.pem index.txt.old ta.key
-server.csr ca.crt index.txt serial
-server.key ca.key index.txt.attr serial.old
root@arcx:/etc/openvpn/easy-rsa/keys#
Trying to copy server.crt and server.key into openvpn which is two directories above it.
Tried the following:
root@arcx:/etc/openvpn/easy-rsa/keys# cp server.key ../../
cp: cannot stat `server.key': No such file or directory
And also the following
root@arcx:/etc/openvpn/easy-rsa/keys# cp -server.key ../../
cp: invalid option -- 'e'
Try `cp --help' for more information.
These instructions are from the LowEndBox OpenVPN tutorial.
Thank you!
root@arcx:/etc/openvpn/easy-rsa/keys# ls
-server.crt 01.pem dh1024.pem index.txt.old ta.key
-server.csr ca.crt index.txt serial
-server.key ca.key index.txt.attr serial.old
root@arcx:/etc/openvpn/easy-rsa/keys#
Trying to copy server.crt and server.key into openvpn which is two directories above it.
Tried the following:
root@arcx:/etc/openvpn/easy-rsa/keys# cp server.key ../../
cp: cannot stat `server.key': No such file or directory
And also the following
root@arcx:/etc/openvpn/easy-rsa/keys# cp -server.key ../../
cp: invalid option -- 'e'
Try `cp --help' for more information.
These instructions are from the LowEndBox OpenVPN tutorial.
Thank you!