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.

negativeTtl?: number

Cache lifetime for unsuccessful retrieval. Default is 10 seconds.

positiveTtl?: number

Cache lifetime for successful retrieval. Default is 1 hour.

retx?: RetxPolicy

RetxPolicy for certificate retrieval.

Generated using TypeDoc