Implemented basic functionality.
This commit is contained in:
13
examples/ca_config.hcl
Normal file
13
examples/ca_config.hcl
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user