@zthun/bouncer
    Preparing search index...

    Interface IZBouncerCertGenerator

    Represents an factory that can generate a certificate.

    interface IZBouncerCertGenerator {
        generate(): Promise<IZBouncerCert>;
    }

    Implemented by

    Index

    Methods

    Methods