interface Certificate {
    crt: string;
    key: string;
}

Properties

Properties

crt: string
key: string