blob: 122eb12443e053490ac50a3984d02a62be61e7aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"rules": [
{
"helper": "openssl",
"template": "subjectAltName = @{% call openssl.section() %}{{ datarules|join('\n') }}{% endcall %}",
"options": {
"extension": true
}
},
{
"helper": "certutil",
"template": "--extSAN {{ datarules|join(',') }}"
}
]
}
|