Skip to content

Instantly share code, notes, and snippets.

@mprokopov
Created July 17, 2017 08:24
Show Gist options
  • Save mprokopov/f001ea016f4956e0f142de6a942145dc to your computer and use it in GitHub Desktop.
Save mprokopov/f001ea016f4956e0f142de6a942145dc to your computer and use it in GitHub Desktop.
## run sinatra + ssl + thin within command line
thin --debug --rackup config.ru start --ssl --ssl-key-file=k.key --ssl-cert-file=c.crt --ssl-disable-verify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment