UNPKG

@manzoomeh/basicore.server

Version:

java script version of Manzoomeh Negaran http web server for nodejs

10 lines (9 loc) 249 B
import CertificateOptions from "./certificateOptions.js"; export default class SslCertificateOptions extends CertificateOptions { /**@type {string} */ FilePath; /**@type {string} */ KeyFilePath; /**@type {string} */ Password; }