mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
5420e9cfbe
All requests now use the OpenSSL formatter. However, we keep Formatter a separate class so that it can be changed out for tests. https://pagure.io/freeipa/issue/4899 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
9 lines
166 B
JSON
9 lines
166 B
JSON
{
|
|
"rule": {
|
|
"template": "subjectAltName = @{% call openssl.section() %}{{ datarules|join('\n') }}{% endcall %}"
|
|
},
|
|
"options": {
|
|
"extension": true
|
|
}
|
|
}
|