From 904e6de8db2fe9c79e9b62d8400070817dc72353 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 7 Nov 2015 19:14:08 +0200 Subject: [PATCH] Added more contact information and development section to REAME file. --- README.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c04c21c..0838170 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ SSL-CA ###### This utility automates generating an SSL certificate authority, keys and signed -certificates. The only dependecy is openssl. The usage in mind are testing and +certificates. The only dependecy is openssl. The usage in mind is testing and internal environments, therefore some security measures (like revokation) are not available in the current implemetation. @@ -59,6 +59,11 @@ To resign **ALL** existing keys (regardles of existing certificates) :: subject=/CN=*.*.www.smtp.domain.tld Getting CA Private Key +Development +----------- + +For easing devlopment ``make test`` and ``make clean`` are also provided. + License ------- @@ -67,11 +72,13 @@ This software is licnesed under the MIT licese (see the ``LICENSE.txt`` file). Author ------ -Nimrod Adar. +Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website +<https://wwww.shore.co.il/>`_. Patches are welcome via `git send-email +<http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located +at: https://www.shore.co.il/cgit/. TODO ---- - Add checks and failure messages to each action. - Verify that the fqdn is correct. -- Testing (creating a ca, creating a key and cert and verifying). -- GitLab