Interface PrivateKeyAndCertificateObject

interface PrivateKeyAndCertificateObject {
    certificateFile: string;
    privateKeyFile: string;
}

Properties

certificateFile: string
privateKeyFile: string