Hi. I installed openvpn and I created 3 users that are
working fine with no problem.
./vars
./clean-all
./build-ca
./build-key-server server
./build-key client1
./build-key client2
./build-key client3
Now I try to create another 10 users and doesn’t work.
I have no idea what I have to do now L
[root@linux easy-rsa]# ./build-key gabriel
you must define KEY_DIR
[root@linux easy-rsa]# ./build-key gabriel
/etc/openvpn/easy-rsa/keys/
usage: build-key <name>
[root@linux easy-rsa]# ./build-key gabriel
/etc/openvpn/easy-rsa/keys/gabriel
usage: build-key <name>
[root@linux easy-rsa]# ./build-key gabriel
/etc/openvpn/easy-rsa/keys/gabriel.key
usage: build-key <name>
[root@linux easy-rsa]#
Thank you
Gabriel