Page 1 of 1

Openssl ist not recongnized ?

Posted: Fri Apr 29, 2011 11:10 am
by adis763
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!

Re: Openssl ist not recongnized ?

Posted: Fri Apr 29, 2011 12:27 pm
by janjust
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

Re: Openssl ist not recongnized ?

Posted: Thu May 05, 2011 10:49 am
by adis763
It works, thank you!