From 77314b141cb03e8d474666cd0e0509f2296d6701 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 4 Nov 2015 10:22:52 +0200 Subject: [PATCH] More documentation (license, author, correct syntax error). --- README.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0ab3651..6551216 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Installation cd ssl-ca sudo make install -The dependencies are openssl, getopt and a POSIX shell. +The dependencies are openssl and a POSIX shell. Usage ----- @@ -44,7 +44,7 @@ To resign **ALL** existing keys (overriding existing certificates) :: $ ssl-ca resign Example config -------------- +-------------- :: # This file is sourced by the shell script program, so comments start with # @@ -62,6 +62,16 @@ Example config orgunit='Widgets' email='hostmaster@example.com' +License +------ + +This software is licnesed under the MIT licese (see the LICENSE.txt file). + +Author +------ + +Nimrod Adar. + TODO ---- -- GitLab