Make it possible to specify SSL key and certificate files in thin config file
acrolink opened this issue · 1 comments
acrolink commented
Make it possible to specify SSL key and certificate files in thin config file
MikeFlint commented
Need clarification, as it's currently possible to do this already:
I've used:
ssl: true
ssl_key_file: /etc/letsencrypt/live/xxxxxxxxxxxxxxxxx/privkey.pem
ssl_cert_file: /etc/letsencrypt/live/xxxxxxxxxxxxxxxxx/fullchain.pem
ssl_cipher_list: "EECDH+ECDSA+ and so on...
If you mean something else, I suggest you add more details.