Expose extra certificate information: full breakdown of issuer and subject principals, as well as full structure of intermediate issuer certificates.
This commit is contained in:
parent
446399c3c1
commit
5d028f9163
4 changed files with 47 additions and 4 deletions
8
docs/api/structures/certificate-principal.md
Normal file
8
docs/api/structures/certificate-principal.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# CertificatePrincipal Object
|
||||
|
||||
* `commonName` String - Common Name
|
||||
* `organizations` String[] - Organization names
|
||||
* `organizationUnits` String[] - Organization Unit names
|
||||
* `locality` String - Locality
|
||||
* `state` String - State or province
|
||||
* `country` String - Country or region
|
Loading…
Add table
Add a link
Reference in a new issue