Hierarchy

Properties

cacheCleanupInterval?: number

Cache cleanup interval. Default is 5 minutes.

endpoint?: Endpoint

Endpoint for certificate retrieval.

CertFetchers on the same Endpoint share the same cache instance. Cache options are determined when it's first created.

interestLifetime?: number

InterestLifetime for certificate retrieval.

keyChain?: KeyChain
negativeTtl?: number

Cache lifetime for unsuccessful retrieval. Default is 10 seconds.

offline?: boolean

If true, disable CertFetcher.

positiveTtl?: number

Cache lifetime for successful retrieval. Default is 1 hour.

retx?: RetxPolicy

RetxPolicy for certificate retrieval.

trustAnchors?: TrustAnchorContainer | Certificate[]

Generated using TypeDoc