hello, I would like to be able to configure the names for root and intermediate ca and private key algo via env var when using container image, currently I am able to change the country and organization name via ZITI_PKI_COUNTRY
and ZITI_PKI_ORGANIZATION
but not the ca name and private key algo.
I can open PR for this if this is ok to add and if so I only have to update the ziti pki create ca/intermediate
in cmd
right?