node-powerdns
    Preparing search index...

    Type Alias Cryptokey

    DNSSEC cryptokey returned by the PowerDNS API.

    type Cryptokey = {
        active: boolean;
        algorithm: string;
        bits: number;
        cds: string[];
        dnskey: string;
        ds: string[];
        id: number;
        keytype: string;
        privatekey: string;
        published: boolean;
        type: "Cryptokey";
    }
    Index

    Properties

    active: boolean
    algorithm: string
    bits: number
    cds: string[]
    dnskey: string
    ds: string[]
    id: number
    keytype: string
    privatekey: string
    published: boolean
    type: "Cryptokey"