|
1 |
| -OVERVIEW: |
| 1 | +# Overview |
| 2 | + |
2 | 3 | easy-rsa is a CLI utility to build and manage a PKI CA. In laymen's terms,
|
3 | 4 | this means to create a root certificate authority, and request and sign
|
4 | 5 | certificates, including sub-CAs and certificate revokation lists (CRL).
|
5 | 6 |
|
6 |
| -DOWNLOADS: |
| 7 | +# Downloads |
7 | 8 |
|
8 | 9 | If you are looking for release downloads, please see the releases section on
|
9 | 10 | GitHub. Releases are also available as source checkouts using named tags.
|
10 | 11 |
|
11 |
| -DOCUMENTATION: |
| 12 | +# Documentation |
12 | 13 |
|
13 |
| -For 3.x project documentation and usage, see the README.quickstart.md file or |
| 14 | +For 3.x project documentation and usage, see the [README.quickstart.md](README.quickstart.md) file or |
14 | 15 | the more detailed docs under the doc/ directory. The .md files are in Markdown
|
15 | 16 | format and can be converted to html files as desired for release packages, or
|
16 | 17 | read as-is in plaintext.
|
17 | 18 |
|
18 |
| -GETTING HELP USING EASY-RSA: |
| 19 | +# Getting help using easy-rsa |
19 | 20 |
|
20 | 21 | Currently, Easy-RSA development co-exists with OpenVPN even though they are
|
21 | 22 | separate projects. The following resources are good places as of this writing to
|
22 | 23 | seek help using Easy-RSA:
|
23 | 24 |
|
24 |
| -The openvpn-users mailing list is a good place to post usage or help questions: |
25 |
| -https://lists.sourceforge.net/lists/listinfo/openvpn-users |
| 25 | +The [openvpn-users mailing list](https://lists.sourceforge.net/lists/listinfo/openvpn-users) |
| 26 | +is a good place to post usage or help questions. |
26 | 27 |
|
27 | 28 | You can also try IRC at Freenode/#openvpn
|
28 | 29 |
|
29 |
| -BRANCH STRUCTURE: |
| 30 | +# Branch structure |
30 | 31 |
|
31 | 32 | The easy-rsa master branch is currently tracking development for the 3.x release
|
32 | 33 | cycle. The prior 2.x and 1.x versions are available as release branches for
|
33 | 34 | tracking and possible back-porting of relevant fixes. Branch layout is:
|
34 | 35 |
|
35 |
| - master <- 3.x, at present |
36 |
| - release/2.x |
37 |
| - release/1.x |
| 36 | + master <- 3.x, at present |
| 37 | + release/2.x |
| 38 | + release/1.x |
38 | 39 |
|
39 |
| -LICENSING info for 3.x is in the COPYING file |
| 40 | +LICENSING info for 3.x is in the [COPYING.md](COPYING.md) file |
0 commit comments