File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
step-certificates/examples/certificate_authority_single_instance Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 33ROOT_CA_NAME=` jq -r ' .root_ca_name' ca.config`
44INTERMEDIATE_CA_NAME=` jq -r ' .intermediate_ca_name' ca.config`
55CA_ORG_NAME=` jq -r ' .ca_org_name' ca.config`
6+ CA_ORGUNIT_NAME=` jq -r ' .ca_orgunit_name' ca.config`
67CA_COUNTRY_NAME=` jq -r ' .ca_country_name' ca.config`
78CA_LOCALITY_NAME=` jq -r ' .ca_locality_name' ca.config`
89CA_DNS_NAMES=` jq -c .ca_dns_names ca.config`
910CA_URL=` jq -r .ca_url ca.config`
1011JWK_PROVISIONER_NAME=` jq -r .jwk_provisioner_name ca.config`
1112
12- export ROOT_CA_NAME INTERMEDIATE_CA_NAME CA_ORG_NAME CA_COUNTRY_NAME CA_LOCALITY_NAME CA_DNS_NAMES CA_URL JWK_PROVISIONER_NAME
13+ export ROOT_CA_NAME INTERMEDIATE_CA_NAME CA_ORG_NAME CA_ORGUNIT_NAME CA_COUNTRY_NAME CA_LOCALITY_NAME CA_DNS_NAMES CA_URL JWK_PROVISIONER_NAME
1314
1415# Write Out Root and Intermediate Certificate Templates
1516cat root-tls.json.tpl | envsubst | tee root-tls.json
You can’t perform that action at this time.
0 commit comments