I'm looking for a simple way to enable SSL in a standalone Sinatra application running via Thin without having to pass the --ssl
, --ssl-key-file
and --ssl-cert-file
parameters in via the Thin command line.
Is it possible to define them directly within the Sinatra app or via a config.ru file?
I've spent several hours looking for an answer to this question, but so far have not found anything that works.