aboutsummaryrefslogtreecommitdiff
path: root/ssl/uca/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-04-22 15:06:49 +0200
committerJakob Odersky <jodersky@gmail.com>2015-04-22 15:24:00 +0200
commitf79ee0e3999dfd04af306aced213f20b7f8e0904 (patch)
treeff9be23960cce44544a90bee37124d0cdcd2f60d /ssl/uca/README.md
downloadsecurity-f79ee0e3999dfd04af306aced213f20b7f8e0904.tar.gz
security-f79ee0e3999dfd04af306aced213f20b7f8e0904.tar.bz2
security-f79ee0e3999dfd04af306aced213f20b7f8e0904.zip
initial commit
Diffstat (limited to 'ssl/uca/README.md')
-rw-r--r--ssl/uca/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/ssl/uca/README.md b/ssl/uca/README.md
new file mode 100644
index 0000000..ac6fceb
--- /dev/null
+++ b/ssl/uca/README.md
@@ -0,0 +1,11 @@
+# uca - The Microscopic Certificate Authority
+Uca (mu-c-a) is a tiny wrapper script around OpenSSL for managing certificates.
+
+## Usage
+1. Setup a new authority: creates a new root certificate and serial counter.
+ ```./uca setup```
+
+2. Issue a new certificate: create a new certificate and sign it with the root certificate.
+ ```./uca issue <name>```
+
+Run `uca` without any options for help. \ No newline at end of file