aboutsummaryrefslogtreecommitdiff
path: root/ssl/uca/README.md
diff options
context:
space:
mode:
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