Skip to content

client-certificate-auth API Reference


client-certificate-auth API Reference / helpers / DNFields

Interface: DNFields

Defined in: helpers.d.ts:14

Distinguished Name fields for matching.

Properties

C?

optional C: string

Defined in: helpers.d.ts:22

Country


CN?

optional CN: string

Defined in: helpers.d.ts:16

Common Name


L?

optional L: string

Defined in: helpers.d.ts:26

Locality


O?

optional O: string

Defined in: helpers.d.ts:18

Organization


OU?

optional OU: string

Defined in: helpers.d.ts:20

Organizational Unit


ST?

optional ST: string

Defined in: helpers.d.ts:24

State/Province

Released under the MIT License.