Files
freeipa/ipatests/test_ipaclient/data/test_csrgen/rules/options.json
Ben Lipton 5420e9cfbe csrgen: Remove helper abstraction
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>
2017-04-03 07:46:30 +00:00

9 lines
95 B
JSON

{
"rule": {
"template": "openssl_rule"
},
"options": {
"rule_option": true
}
}