summaryrefslogtreecommitdiffstats
path: root/install/share/csrgen/rules/dataSubjectBase.json
blob: 309dfb1ed57b0dfe282386181a4c887228545c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "rules": [
    {
      "helper": "openssl",
      "template": "{{config.ipacertificatesubjectbase.0}}"
    },
    {
      "helper": "certutil",
      "template": "{{config.ipacertificatesubjectbase.0|quote}}"
    }
  ],
  "options": {
    "data_source": "config.ipacertificatesubjectbase.0"
  }
}