CryptoCertificateEntity interface

Information on an entity (distinguished name) in a cryptographic certificate.

Properties

commonName

Common name of the certificate entity.

country

Country code of the certificate entity.

organization

Organization of the certificate entity.

organizationalUnit

The organizational unit of the certificate entity.

state

Geographical state or province of the certificate entity.

Property Details

commonName

Common name of the certificate entity.

commonName?: string

Property Value

string

country

Country code of the certificate entity.

country?: string

Property Value

string

organization

Organization of the certificate entity.

organization?: string

Property Value

string

organizationalUnit

The organizational unit of the certificate entity.

organizationalUnit?: string

Property Value

string

state

Geographical state or province of the certificate entity.

state?: string

Property Value

string