freeipa/ipaclient/csrgen/rules/syntaxSAN.json
2021-10-03 11:06:28 +02:00

9 lines
166 B
JSON

{
"rule": {
"template": "subjectAltName = @{% call openssl.section() %}{{ datarules|join('\n') }}{% endcall %}"
},
"options": {
"extension": true
}
}