Define subject directory attribute extensions in the certificate.
Example JSON
{
...
"extensions": {
"subject_directory_attribute": {
"include":"yes",
"allow_encoded_ext_value": true
}
}
} |
Parameters
Name | Type | Req/Opt | Description |
---|---|---|---|
subject_directory_attibute | object | optional | Subject directory attribute details |
.. include | string | optional | Define if the subject directory attribute should be included in the certificate. Possible values:
|
.. allow_encoded_ext_value | boolean | optional | If true, allow encoded subject attribute directory. If false, do not include the |