Implemented basic functionality.

This commit is contained in:
2025-07-27 18:04:55 +02:00
parent ed366e4603
commit 5434867c49
9 changed files with 671 additions and 28 deletions

13
examples/ca_config.hcl Normal file
View File

@@ -0,0 +1,13 @@
ca "example_ca" {
name = "Example CA"
country = "PL"
organization = "ACME Corp"
serial_type = "random"
key_size = 4096
validity = "10y"
paths {
certificates = "certs"
private_keys = "private"
}
}