BASIC CONSTRAINTS
Basic Constraints is an X.509 Version 3 certificate extension that identifies the type of the certificate holder/subject.
Field |
Type |
Description |
---|---|---|
parsed.extensions.basic_constraints.is_ca |
boolean |
Whether the certificate is permitted to sign other certificates. |
parsed.extensions.basic_constraints.max_path_len |
integer |
When present, provides the maximum number of intermediate certificates that may follow this certificate in a trusted certification path. |