Subject directory attribute extension
Defines the subject directory attribute extension in the certificate.
Example JSON
"subject_directory_attribute": { "include":"yes", "allow_encoded_ext_value":true }
Parameters
Name | Type | Req/Opt | Description |
---|---|---|---|
subject_directory_attribute | object | optional | Subject directory attribute extension details. |
include | string | optional | Indicates if the subject directory attribute extension must be included in the certificate. Possible values:
|
allowed_encoded_ext_value | boolean | optional | Indicates if an encoded extension value is allowed to be passed in the certificate request. |