bron@bron-i5:~$ cd /etc/openvpn/easy-rsa/ bron@bron-i5:/etc/openvpn/easy-rsa$ ls 1.0 2.0 bron@bron-i5:/etc/openvpn/easy-rsa$ cd 2.0/ bron@bron-i5:/etc/openvpn/easy-rsa/2.0$ ls build-ca build-key-server list-crl revoke-full build-dh build-req Makefile sign-req build-inter build-req-pass openssl-0.9.6.cnf.gz vars build-key clean-all openssl.cnf whichopensslcnf build-key-pass inherit-inter pkitool build-key-pkcs12 keys README.gz bron@bron-i5:/etc/openvpn/easy-rsa/2.0$ ./pkitool --initca Please edit the vars script to reflect your configuration, then source it with "source ./vars". Next, to start with a fresh PKI configuration and to delete any previous certificates and keys, run "./clean-all". Finally, you can run this tool (pkitool) to build certificates/keys. bron@bron-i5:/etc/openvpn/easy-rsa/2.0$ ./vars bash: ./vars: Permiso denegado bron@bron-i5:/etc/openvpn/easy-rsa/2.0$ sudo su [sudo] password for bron: root@bron-i5:/etc/openvpn/easy-rsa/2.0# ./vars bash: ./vars: Permiso denegado root@bron-i5:/etc/openvpn/easy-rsa/2.0# source ./vars NOTE: If you run ./clean-all, I will be doing a rm -rf on /etc/openvpn/easy-rsa/2.0/keys root@bron-i5:/etc/openvpn/easy-rsa/2.0# ./clean-all root@bron-i5:/etc/openvpn/easy-rsa/2.0# ./pkitool --initca Using CA Common Name: Fort-Funston CA Generating a 1024 bit RSA private key .......++++++ ................++++++ writing new private key to 'ca.key' ----- root@bron-i5:/etc/openvpn/easy-rsa/2.0#