-
Notifications
You must be signed in to change notification settings - Fork 493
Open
Labels
Description
Description
Currently, some files in the ca.json
, like the certificate templates, can be configured relative to the STEPPATH
, for example, if a template file is set in the ca.json to "templates/x509/leaf.tpl"
the location of the file would be relative to the STEPPATH, it will be $(step path)/templates/x509/leaf.tpl
.
We should make this functionality available across all the files in the ca.json. That way, we can have things like:
{
"root": "certs/root_ca.crt",
"crt": "certs/intermediate_ca.crt",
"key": "secrets/intermeidate_ca_key",
"...": {}
}