mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
9 lines
285 B
Markdown
9 lines
285 B
Markdown
# 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.
|