On Fri, 3 Jun 2005, Scott Ainslie wrote:
I have a CentOS 4 box with openvpn-2.0-1.2.el4.rf and
openssl-0.9.7a-43.2 installed.
I have copied the easy-rsa directory from /usr/shared/doc/openvpn-2.0/
to /etc/openvpn/. I have also modified the export KEY parameters in the
vars file.
. ./vars gives no problems
./clean-all gives me:
-bash: ./clean-all: Permission denied
Are you using one of Dag Wieers's RPMs? I've seen issues where
the executable bit isn't set on the easy-rsa scripts. Just do a "chmod
+x" on the scripts you need to run.
James