Files
lab-ca/examples/ca_config.hcl

14 lines
221 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"
}
}