summaryrefslogtreecommitdiffstats
path: root/ipaclient/csrgen/rules/syntaxSubject.json
blob: af6ec03d3390ba8f9fac99ed3b6c485f4c1cd64f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "rules": [
    {
      "helper": "openssl",
      "template": "distinguished_name = {% call openssl.section() %}{{ datarules|reverse|join('\n') }}{% endcall %}"
    },
    {
      "helper": "certutil",
      "template": "-s {{ datarules|join(',') }}"
    }
  ],
  "options": {
    "required": true,
    "data_source_combinator": "and"
  }
}