This release includes support for TLS certificates from contributor @dwrz!
To use it:
./llama-swap --tls-cert-file /path/to/cert.pem --tls-key-file /path/to/key.pem ...
Generating a self-signed certificate:
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes