Update README.md

This commit is contained in:
raul 2024-05-31 08:12:49 +02:00
parent 1707aa4b79
commit 582f130e44
1 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,20 @@
# cert400
CA Web-Server written in Go capable of generating signed certificates
CA Web-Server written in Go capable of generating signed TLS certificates
## Usage
```
cert400 [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
generate-ca Generate CA certificates for the webserver to use
help Help about any command
server Start cert400 web server
Flags:
--config string Config file (default is $HOME/.config/cert400/cert400.toml)
-h, --help help for cert400
Use "cert400 [command] --help" for more information about a command.
```