Added state file location defintion to the CA configuration. Added more certificate properties to certificate database.

This commit is contained in:
2025-07-28 17:41:41 +02:00
parent e4469fde96
commit b387a016be
4 changed files with 45 additions and 26 deletions

View File

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