Skip to content

Commit b75faa4

Browse files
committed
Convert README and COPYING into markdown files
Signed-off-by: Samuli Seppänen <[email protected]>
1 parent b887f3b commit b75faa4

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

COPYING COPYING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Easy-RSA -- A Shell-based CA Utility
2+
====================================
23

34
Copyright (C) 2013 by the Open-Source OpenVPN development community
45

5-
Easy-RSA 3 license: GPLv2:
6+
Easy-RSA 3 license: GPLv2
67
-------------------------
78

89
All the Easy-RSA code contained in this project falls under a GPLv2 license with
910
full text available in the Licensing/ directory. Additional components used by
1011
this project fall under additional licenses:
1112

12-
Additional licenses for external components:
13+
Additional licenses for external components
1314
-------------------------------------------
1415

1516
The following components are under different licenses; while not part of the

README README.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
1-
OVERVIEW:
1+
# Overview
2+
23
easy-rsa is a CLI utility to build and manage a PKI CA. In laymen's terms,
34
this means to create a root certificate authority, and request and sign
45
certificates, including sub-CAs and certificate revokation lists (CRL).
56

6-
DOWNLOADS:
7+
# Downloads
78

89
If you are looking for release downloads, please see the releases section on
910
GitHub. Releases are also available as source checkouts using named tags.
1011

11-
DOCUMENTATION:
12+
# Documentation
1213

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
1415
the more detailed docs under the doc/ directory. The .md files are in Markdown
1516
format and can be converted to html files as desired for release packages, or
1617
read as-is in plaintext.
1718

18-
GETTING HELP USING EASY-RSA:
19+
# Getting help using easy-rsa
1920

2021
Currently, Easy-RSA development co-exists with OpenVPN even though they are
2122
separate projects. The following resources are good places as of this writing to
2223
seek help using Easy-RSA:
2324

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.
2627

2728
You can also try IRC at Freenode/#openvpn
2829

29-
BRANCH STRUCTURE:
30+
# Branch structure
3031

3132
The easy-rsa master branch is currently tracking development for the 3.x release
3233
cycle. The prior 2.x and 1.x versions are available as release branches for
3334
tracking and possible back-porting of relevant fixes. Branch layout is:
3435

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
3839

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

Comments
 (0)