generating certificate

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
nicknunayon@hotmail.com
OpenVpn Newbie
Posts: 5
Joined: Thu Dec 08, 2011 8:32 pm

generating certificate

Post by nicknunayon@hotmail.com » Thu Dec 08, 2011 8:37 pm

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]#

User avatar
Mimiko
Forum Team
Posts: 1564
Joined: Wed Sep 22, 2010 3:18 am

Re: generating certificate

Post by Mimiko » Fri Dec 09, 2011 9:53 am

chmod 777 /usr/share/doc/openvpn-2.2.0/easy-rsa/2.0/*.*
chmod 777 ./*.*

nicknunayon@hotmail.com
OpenVpn Newbie
Posts: 5
Joined: Thu Dec 08, 2011 8:32 pm

Re: generating certificate

Post by nicknunayon@hotmail.com » Fri Dec 09, 2011 1:08 pm

Thanks for help.
This does not solve the problem. still coming up with the same error (permission denied)

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: generating certificate

Post by maikcat » Fri Dec 09, 2011 1:28 pm

can you verify the permissions using ls -laF ?

Michael.
Amiga 500 , Zx +2 owner
Long live Dino Dini (Kick off 2 Creator)

Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)

"objects in mirror are losing"

rostok
OpenVpn Newbie
Posts: 1
Joined: Fri May 04, 2012 5:51 am

Re: generating certificate

Post by rostok » Fri May 04, 2012 5:58 am

Greetings to all!
Have anybody solved this problem?

teco
OpenVpn Newbie
Posts: 1
Joined: Fri Aug 09, 2013 12:13 pm

Re: generating certificate

Post by teco » Fri Aug 09, 2013 12:19 pm

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.

Post Reply