summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipaclient/data/test_csrgen/rules/options.json
blob: 111a6d80c8faf27376dac342a18aede1fb1242ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "rules": [
    {
      "helper": "openssl",
      "template": "openssl_rule",
      "options": {
        "helper_option": true
      }
    },
    {
      "helper": "certutil",
      "template": "certutil_rule"
    }
  ],
  "options": {
    "global_option": true
  }
}