diff --git a/README.rst b/README.rst index 6ea1bc6c63efec0eb85da0aff064af15aa182ce8..7bf194ebe8411704164b1c40a7853a8a7a6e92cd 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,10 @@ SSL-CA ###### This utility automates generating an SSL certificate authority, keys and signed -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. +certificates. The dependencies are: OpenSSL, cURL git and make (for testing and +installation, although you can just copy the file). The use case in mind is +testing and internal environments, therefore some security measures (like +revocation) are not available in the current implementation. Installation ------------ @@ -86,7 +87,6 @@ at: https://www.shore.co.il/cgit/. TODO ---- -- Add server test. - Verify that adding the PKCS12 cert to Firefox enables secure connections without warnings. - Certs are signed for 30 days although the setting is 365 days, fix that.