Interface SSLConfig

interface SSLConfig {
    cert: Buffer;
    key: Buffer;
}

Properties

Properties

cert: Buffer
key: Buffer