summaryrefslogtreecommitdiffstats
path: root/ipaclient/csrgen/rules/syntaxSubject.json
blob: c609e01a05b19b690a7c21ac652193dfe4084818 (plain)
1
2
3
4
5
6
7
8
9
{
  "rule": {
    "template": "distinguished_name = {% call openssl.section() %}{{ datarules|reverse|join('\n') }}{% endcall %}"
  },
  "options": {
    "required": true,
    "data_source_combinator": "and"
  }
}