mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04: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.
|