interface ServeTlsInit implements ServeInitDeprecatedDeprecated(will be removed after 1.0.0) Use Deno.ServeTlsOptions instead. import { type ServeTlsInit } from "https://deno.land/std@0.201.0/http/server.ts"; Propertiesoptionalkey: stringServer private key in PEM format optionalcert: stringCert chain in PEM format optionalkeyFile: stringThe path to the file containing the TLS private key. optionalcertFile: stringThe path to the file containing the TLS certificate