We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b0aa6 commit 636cc48Copy full SHA for 636cc48
1 file changed
runtime/reference/cli/serve.md
@@ -139,6 +139,15 @@ specific interface:
139
deno serve --host=127.0.0.1 server.ts
140
```
141
142
+## HTTPS support
143
+
144
+HTTPS can be enabled by providing the server TLS certificate and private key
145
+pair as PEM-encoded files:
146
147
+```sh
148
+deno serve --tls-cert cert.pem --tls-key key.pem
149
+```
150
151
## Horizontal scaling
152
153
Run multiple server instances across CPU cores for better throughput:
0 commit comments