From 567a2ad4b6eb753a1acd687683308511fe07e515 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 5 Nov 2015 09:50:34 +0200 Subject: [PATCH] Update README. --- README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 0077337..17b7fc3 100644 --- a/README.rst +++ b/README.rst @@ -12,17 +12,19 @@ Installation cd ssl-ca sudo make install -The dependencies are openssl and a POSIX shell. +The only dependency is openssl. Usage ----- To start a new CA :: - $ ssl-ca init workca + $ mkdir mycerts + $ cd mycerts + $ ssl-ca init -This will create a new directory with the directory structure and an example -configuration file. **Remember to change the configuration in the config file.** +This will create a new directory with the directory structure and a +configuration file **Remember to change the configuration in the config file.** To generate a new CA key and certificate (inside the new directory):: -- GitLab