cfssl-server-role/templates/csr_intermediate_CA.json.j2

5 lines
125 B
Text
Raw Permalink Normal View History

2022-12-16 16:51:39 +00:00
{
"CN": {{pki_intermediate_ca.cname | to_json}},
2022-12-21 19:51:34 +00:00
"key": {{pki_key | to_json}},
"names": {{pki_names | to_json}}
}