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!
Openssl ist not recongnized ?
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.
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: Openssl ist not recongnized ?
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
-
- OpenVpn Newbie
- Posts: 13
- Joined: Fri Apr 22, 2011 7:26 am
Re: Openssl ist not recongnized ?
It works, thank you!