| What | DustMote-Snit |
| Where | https://github.com/tclssg/tclssg/tree/master/lib/dustmote-snit/ |
| Description | An extended version of the DustMote web server wrapped in a Snit type. |
| Platforms | *BSD, Linux, macOS, Windows |
| Prerequisites | Tcl 8.6 or 9, Tcllib, optionally TclTLS 1.6.7 or later for HTTPS. |
| Updated | 2024-05-09 (v0.19.1) |
| License | MIT No Attribution |
| Contact | dbohdan |
DustMote-Snit is developed as part of Tclssg. It adds the following new features to DustMote:
Known bugs and limitations:
usage: ./dustmote-snit.tcl -root value ?-host localhost? ?-port 8080? ?-default index.html? ?-verbose 1? ?-dirlists 1? ?-certfile public.pem? ?-keyfile private.pem? ?-tls 0?
You can use the following shell command to generate a set of temporary SSL certificates with OpenSSL:
openssl req -x509 -newkey rsa:2048 -nodes -keyout private.pem -out public.pem -subj '/CN=localhost' -days 1