Changes between Initial Version and Version 1 of GettingEasyRsa


Ignore:
Timestamp:
06/29/12 09:21:18 (12 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingEasyRsa

    v1 v1  
     1= Introduction =
     2
     3OpenVPN [wiki:ChangesInOpenvpn23 was split] into several subprojects between 2.3-alpha1 -> 2.3-alpha2 releases. Easy-rsa was one of these subprojects.
     4
     5= Fetching easy-rsa using Git =
     6
     7Easy-rsa Git repos are available on [https://github.com/OpenVPN/easy-rsa GitHub] and on [http://sourceforge.net/scm/?type=git&group_id=48978 SourceForge.net]. To fetch the sources, use
     8
     9{{{
     10$ git clone https://github.com/OpenVPN/easy-rsa.git
     11}}}
     12
     13or
     14
     15{{{
     16$ git clone git://openvpn.git.sourceforge.net/gitroot/openvpn/easy-rsa
     17}}}
     18
     19
     20
     21
     22= Getting easy-rsa releases =
     23
     24All easy-rsa releases are available in a number of places:
     25
     26 * !http://swupdate.openvpn.net/community/releases/easy-rsa-<version>.tar.gz
     27 * http://build.openvpn.net/downloads/releases (browseable)
     28 * [https://github.com/OpenVPN/easy-rsa/downloads GitHub downloads page]