From 5403f00be177f7375c625f244de17ae2a2bdaa4e Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 7 Nov 2015 18:53:07 +0200
Subject: [PATCH] Explain usage and mention lack of revokation.

---
 README.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 4880b95..c04c21c 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,9 @@ SSL-CA
 ######
 
 This utility automates generating an SSL certificate authority, keys and signed
-certificates. The only dependecy is openssl.
+certificates. The only dependecy is openssl. The usage in mind are testing and
+internal environments, therefore some security measures (like revokation) are
+not available in the current implemetation.
 
 Installation
 ------------
-- 
GitLab