mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
https://fedorahosted.org/freeipa/ticket/4899 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
16 lines
316 B
JSON
16 lines
316 B
JSON
{
|
|
"rules": [
|
|
{
|
|
"helper": "openssl",
|
|
"template": "subjectAltName = @{% call openssl.section() %}{{ datarules|join('\n') }}{% endcall %}",
|
|
"options": {
|
|
"extension": true
|
|
}
|
|
},
|
|
{
|
|
"helper": "certutil",
|
|
"template": "--extSAN {{ datarules|join(',') }}"
|
|
}
|
|
]
|
|
}
|