micsell / tunnelblick

Automatically exported from code.google.com/p/tunnelblick
0 stars 0 forks source link

easy-rsa not useable #223

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, 

Jon has posted comment here: 
http://remonpel.nl/2012/02/set-up-an-openvpn-server-on-your-mac/
saying that tunnelblick has easy-rsa - but is is actually not working: 

version: Tunnelblick 3.3beta21a (build 3114.1)  -  OpenVPN 2.3-alpha1
MAC: macbookpro retina - mountain lion

1) opeining easy-rsa  from settings (open in terminal) => it has space in path 
(Application Support)
/Users/abcd/Library/Application Support/Tunnelblick/easy-rsa
=> 
➜  easy-rsa: . ./vars
./vars:export:29: not valid in this context: 
Support/Tunnelblick/easy-rsa/openssl-0.9.8.cnf

fix: Moved to place where is no space in path

2) running build-ca, build-key, build-key-server   will not work
not sure what is the problem here, but had to run the commands manually from 
http://openvpn.net/index.php/open-source/documentation/miscellaneous/77-rsa-key-
management.html

so for example, for build-ca I had to manually run this command: 
cd keys
openssl ca -days 3650 -out client1.crt -in client1.csr -config 
../openssl-0.9.8.cnf
and so on. 

So just want to let you know that easy-rsa in tunnelblick is quite bugy. 

marek

Original issue reported on code.google.com by marek.ch...@gmail.com on 28 Dec 2012 at 5:03

GoogleCodeExporter commented 8 years ago
Thanks for your detailed comments.

All known problems in Tunnelblick's easy-rsa (including the above) have been 
fixed in r2164-r2167, and are in 3.3beta30.

Original comment by jkbull...@gmail.com on 28 Dec 2012 at 5:10