Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tdharris committed Jun 27, 2016
2 parents 185199b + 63ababb commit b0ff360
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# openssl-toolkit
This is an OpenSSL certificate toolkit utility leveraging OpenSSL's CLI for Linux. The following tasks are supported:
This is an OpenSSL certificate toolkit utility leveraging OpenSSL's CLI for Linux. This is a simple wrapper utility for OpenSSL CLI to help automate certificate tasks.

Download <a href="https://github.com/tdharris/openssl-toolkit/releases/download/1.0/openssl-toolkit.zip">openssl-toolkit.zip</a> or see below for one-liner download, extract, launch:
```bash
echo https://github.com/tdharris/openssl-toolkit/releases/download/1.0/openssl-toolkit.zip | xargs wget -qO- -O tmp.zip && unzip tmp.zip && rm tmp.zip && ./openssl-toolkit.sh
```

The following tasks are supported:

1. Create certificates:
- Self-Signed SSL Certificate (key, csr, crt)
Expand Down

0 comments on commit b0ff360

Please sign in to comment.