On Mon, Jul 02, 2007 at 07:19:23PM +0700, sonjaya wrote: > i have installed openvpn from ports dan i try follow manual like this : > # pwd > /etc/openvpn/easy-rsa/2.0 > # ./vars > NOTE: If you run ./clean-all, I will be doing a rm -rf on > /etc/openvpn/easy-rsa/2.0/keys > # ./clean-all > # ./build-ca > 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. > # > where is wrong ?
Try running ". ./vars" so that the vars get read into your environment. -ME