interface ServeTlsInit extends ServeInitView codeDeprecated(will be removed after 1.0.0) Use Deno.ServeTlsOptions instead. Initialization parameters for serveTls. Propertiesoptionalkey: stringView codeServer private key in PEM format optionalcert: stringView codeCert chain in PEM format optionalkeyFile: stringView codeThe path to the file containing the TLS private key. optionalcertFile: stringView codeThe path to the file containing the TLS certificate