Interface Certificate

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

Properties

Properties

cert: string

证书

key: string

私钥