freeipa/ipaclient/csrgen/rules/syntaxSubject.json
2021-07-25 07:32:41 +02:00

10 lines
213 B
JSON

{
"rule": {
"template": "distinguished_name = {% call openssl.section() %}{{ datarules|reverse|join('\n') }}{% endcall %}"
},
"options": {
"required": true,
"data_source_combinator": "and"
}
}