Skip to content
Snippets Groups Projects
Commit 904e6de8 authored by nimrod's avatar nimrod
Browse files

Added more contact information and development section to REAME file.

parent f16802fb
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ SSL-CA ...@@ -2,7 +2,7 @@ SSL-CA
###### ######
This utility automates generating an SSL certificate authority, keys and signed 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 internal environments, therefore some security measures (like revokation) are
not available in the current implemetation. not available in the current implemetation.
...@@ -59,6 +59,11 @@ To resign **ALL** existing keys (regardles of existing certificates) :: ...@@ -59,6 +59,11 @@ To resign **ALL** existing keys (regardles of existing certificates) ::
subject=/CN=*.*.www.smtp.domain.tld subject=/CN=*.*.www.smtp.domain.tld
Getting CA Private Key Getting CA Private Key
Development
-----------
For easing devlopment ``make test`` and ``make clean`` are also provided.
License License
------- -------
...@@ -67,11 +72,13 @@ This software is licnesed under the MIT licese (see the ``LICENSE.txt`` file). ...@@ -67,11 +72,13 @@ This software is licnesed under the MIT licese (see the ``LICENSE.txt`` file).
Author 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 TODO
---- ----
- Add checks and failure messages to each action. - Add checks and failure messages to each action.
- Verify that the fqdn is correct. - Verify that the fqdn is correct.
- Testing (creating a ca, creating a key and cert and verifying).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment