Interface CertSource

A place to find certificates.

Hierarchy

  • CertSource

Implemented by

Properties

Properties

findCerts: ((keyLocator) => AsyncIterable<Certificate>)

Type declaration

    • (keyLocator): AsyncIterable<Certificate>
    • Find certificates by key name or certificate name.

      Parameters

      • keyLocator: Name

      Returns AsyncIterable<Certificate>

Generated using TypeDoc