···4343 /** The hostname of the `Server` */
4444 static #hostname: string;
45454646+ /**
4747+ * @param certFile The path to the public key file of the `Server`
4848+ * @param keyFile The path to the private key file of the `Server`
4949+ * @param config Extra configuration options of the `Server`
5050+ */
4651 constructor(
4752 certFile: string,
4853 keyFile: string,