Openssl ist not recongnized ?

Need help configuring your VPN? Just post here and you'll get that help.

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

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
adis763
OpenVpn Newbie
Posts: 13
Joined: Fri Apr 22, 2011 7:26 am

Openssl ist not recongnized ?

Post by adis763 » Fri Apr 29, 2011 11:10 am

Hello,

I have this problem when i try to make a new client key. I work on windoes, start with
vars
build-key client10
then i have this message on screen
'openssl' is not recongnized as an internal or external command, operable prgram or bathcfile


Thanks!

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: Openssl ist not recongnized ?

Post by janjust » Fri Apr 29, 2011 12:27 pm

normally when openvpn is installed the directory '%ProgramFiles%\openvpn\bin' is added to the PATH; perhaps this was not done in your installation. Try the following:

Code: Select all

cd c:\program files\openvpn\easy-rsa
vars
set PATH=%PATH%;..\bin
build-key client10

adis763
OpenVpn Newbie
Posts: 13
Joined: Fri Apr 22, 2011 7:26 am

Re: Openssl ist not recongnized ?

Post by adis763 » Thu May 05, 2011 10:49 am

It works, thank you!

Post Reply