freeipa/ipaclient/csrgen/rules/syntaxSAN.json
2021-08-09 20:54:00 +02:00

9 lines
166 B
JSON

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