Deno.ServeTlsOptionsAdditional options which are used when opening a TLS (HTTPS) server. interface ServeTlsOptions extends ServeOptions {cert: string;key: string;}§Extends§ServeOptions[src]§Properties§cert: string[src]Server private key in PEM format §key: string[src]Cert chain in PEM format