summaryrefslogtreecommitdiffstats
path: root/ipaclient/csrgen/rules/syntaxSAN.json
blob: c6943edad0ec7b7f4c5cfa3f06c48bec735a84c6 (plain)
1
2
3
4
5
6
7
8
{
  "rule": {
    "template": "subjectAltName = @{% call openssl.section() %}{{ datarules|join('\n') }}{% endcall %}"
  },
  "options": {
    "extension": true
  }
}