freeipa/ipaclient/csrgen/rules/dataEmail.json

16 lines
255 B
JSON
Raw Normal View History

{
"rules": [
{
"helper": "openssl",
"template": "email = {{subject.mail.0}}"
},
{
"helper": "certutil",
"template": "email:{{subject.mail.0|quote}}"
}
],
"options": {
"data_source": "subject.mail.0"
}
}