diff options
| -rw-r--r-- | laurali/server.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/laurali/server.ts b/laurali/server.ts index af656af..b2a2446 100644 --- a/laurali/server.ts +++ b/laurali/server.ts @@ -43,6 +43,11 @@ export abstract class Server { /** The hostname of the `Server` */ static #hostname: string; + /** + * @param certFile The path to the public key file of the `Server` + * @param keyFile The path to the private key file of the `Server` + * @param config Extra configuration options of the `Server` + */ constructor( certFile: string, keyFile: string, |