Skip to content
Snippets Groups Projects
Commit 567a2ad4 authored by nimrod's avatar nimrod
Browse files

Update README.

parent 5787ab86
Branches
No related tags found
No related merge requests found
...@@ -12,17 +12,19 @@ Installation ...@@ -12,17 +12,19 @@ Installation
cd ssl-ca cd ssl-ca
sudo make install sudo make install
The dependencies are openssl and a POSIX shell. The only dependency is openssl.
Usage Usage
----- -----
To start a new CA :: 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 This will create a new directory with the directory structure and a
configuration file. **Remember to change the configuration in the config file.** configuration file **Remember to change the configuration in the config file.**
To generate a new CA key and certificate (inside the new directory):: To generate a new CA key and certificate (inside the new directory)::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment