@wireapp/core-crypto
    Preparing search index...

    Type Alias NewAcmeAuthz

    Result of an authorization creation.

    type NewAcmeAuthz = {
        challenge: AcmeChallenge;
        identifier: string;
        keyauth: string | undefined;
    }
    Index

    Properties

    challenge: AcmeChallenge

    Associated ACME Challenge

    identifier: string

    DNS entry associated with those challenge

    keyauth: string | undefined

    ACME challenge + ACME key thumbprint