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