CA Web-Server written in Go capable of generating signed TLS certificates
Go to file
raul f07fcd43e0
Fix permission issues when running container
2025-01-08 11:29:09 +01:00
cmd Styling changes 2024-06-07 13:50:42 +02:00
sample-config Add sample config folder 2024-06-11 08:48:35 +02:00
.gitignore Initial commit 2024-05-23 13:23:08 +02:00
.goreleaser.yaml Add goreleaser config 2024-05-23 13:32:05 +02:00
Dockerfile Fix permission issues when running container 2025-01-08 11:29:09 +01:00
LICENSE Initial commit 2024-05-23 13:23:08 +02:00
README.md Update README.md 2024-05-31 08:12:49 +02:00
docker-compose.yml Use regular user for executing service 2024-06-11 09:53:37 +02:00
go.mod Fix permission issues when running container 2025-01-08 11:29:09 +01:00
go.sum Fix permission issues when running container 2025-01-08 11:29:09 +01:00
main.go Small tweaks 2024-05-23 13:32:05 +02:00

README.md

cert400

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.