Page 1 of 1

generating certificate

Posted: Thu Dec 08, 2011 8:37 pm
by nicknunayon@hotmail.com
Please could somebody help me. I do not know what to do to correct this error in Linux script.
This is the script.


[root@kingstech 2.0]# . ./vars
bash: /usr/share/doc/openvpn-2.2.0/easy-rsa/2.0/whichopensslcnf: Permission denied
NOTE: If you run ./clean-all, I will be doing a rm -rf on /usr/share/doc/openvpn-2.2.0/easy-rsa/2.0/keys
[root@kingstech 2.0]# ./clean-all
bash: ./clean-all: Permission denied
[root@kingstech 2.0]#

Re: generating certificate

Posted: Fri Dec 09, 2011 9:53 am
by Mimiko
chmod 777 /usr/share/doc/openvpn-2.2.0/easy-rsa/2.0/*.*
chmod 777 ./*.*

Re: generating certificate

Posted: Fri Dec 09, 2011 1:08 pm
by nicknunayon@hotmail.com
Thanks for help.
This does not solve the problem. still coming up with the same error (permission denied)

Re: generating certificate

Posted: Fri Dec 09, 2011 1:28 pm
by maikcat
can you verify the permissions using ls -laF ?

Michael.

Re: generating certificate

Posted: Fri May 04, 2012 5:58 am
by rostok
Greetings to all!
Have anybody solved this problem?

Re: generating certificate

Posted: Fri Aug 09, 2013 12:19 pm
by teco
I had similar problems when running from USB stick with FAT32.
Moved scripts to Linux filesystem, adjusted vars file for pointing to keys folder.
Solved.