From e28df86629f6d726b05530a85f040c06ba131814 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 2 Mar 2016 17:19:38 +0200
Subject: [PATCH] Added README file.

---
 README.rst | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 README.rst

diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..6e5f6f7
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,22 @@
+bundle-certs
+############
+
+A shell script to bundle SSL certificates in the correct order.
+
+Installation
+------------
+
+This script can be used in 2 ways. The 1st is copying to
+:code:`/usr/local/bin/bundle_certs`, marking as executable and calling the
+script. The 2nd is copying the file to somewhere under you home directory and
+sourcing it in your shell's rc file (like .bashrc, .kshrc etc.).
+
+Usage
+-----
+
+Call the script/ function with the list of certificates you want to order, for
+example:
+
+.. code:: shell
+
+    bundle_certs *.crt
-- 
GitLab