From 504a66be341329644789f103d1cbbdb11cf05a5c Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 10 Nov 2015 12:41:39 +0200
Subject: [PATCH] - Remove issue from TODO list. - Mention need to copy the CA
 cert to clients.

---
 README.rst | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 9f70120..de5b017 100644
--- a/README.rst
+++ b/README.rst
@@ -59,6 +59,11 @@ To resign **ALL** existing keys (regardles of existing certificates) ::
     subject=/CN=*.*.www.smtp.domain.tld
     Getting CA Private Key
 
+
+The certs by themselves are the same as self-signed certs, but once you add
+``CA.crt`` to your browser (or OS), then the certs will be valid as any other
+cert on the internet.
+
 Development
 -----------
 
@@ -81,5 +86,4 @@ at: https://www.shore.co.il/cgit/.
 TODO
 ----
 
-- Firefox 42.0 fails to connect with ssl_error_weak_server_cert_key error, need
-  to investigate and solve.
+Nothing to see here.
-- 
GitLab