Fields of CA profile packet.

interface Fields {
    cert: Certificate;
    info: string;
    maxValidityPeriod: number;
    prefix: Name;
    probeKeys: string[];
}

Hierarchy (view full)

Properties

CA certificate.

info: string

CA description.

maxValidityPeriod: number

Maximum ValidityPeriod for issued certificates, in milliseconds.

prefix: Name

CA name prefix.

Remarks

Typically, this should not have "CA" as its last component.

probeKeys: string[]

Property keys for PROBE command.

Generated using TypeDoc