Skip to content

client-certificate-auth API Reference


client-certificate-auth API Reference / parsers / parseUrlPemAws

Function: parseUrlPemAws()

parseUrlPemAws(headerValue): PeerCertificate | null

Defined in: parsers.d.ts:56

Parse URL-encoded PEM certificate with AWS ALB safe character handling.

Parameters

headerValue

string

Returns

PeerCertificate | null

See

https://docs.aws.amazon.com/elasticloadbalancing/latest/application/mutual-authentication.html

Released under the MIT License.