cert400/README.md

21 lines
558 B
Markdown
Raw Normal View History

2024-05-23 13:23:08 +02:00
# cert400
2024-05-31 08:12:49 +02:00
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.
```