Files
lab-ca/examples/ca_config.hcl

15 lines
278 B
HCL

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"
state_file = "ca_state.json"
}
}