Skip to content

client-certificate-auth API Reference


client-certificate-auth API Reference / helpers / allowIssuer

Function: allowIssuer()

allowIssuer(match): ValidationCallback

Defined in: helpers.d.ts:49

Create a validation callback that allows certificates with matching issuer fields. All specified fields must match (partial matching).

Parameters

match

DNFields

Issuer fields to match

Returns

ValidationCallback

Released under the MIT License.