aboutsummaryrefslogtreecommitdiff
path: root/ssl/uca/README.md
blob: ac6fcebc391c3c1c68f4c96db41c799ef51a4ca3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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.