sinatra and nginx client cert authentication setup, repository for a follow-along of a guide at https://www.integralist.co.uk/posts/client-cert-authentication/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 line
574B

  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. daemons (1.4.1)
  5. eventmachine (1.2.7)
  6. mustermann (1.1.1)
  7. ruby2_keywords (~> 0.0.1)
  8. rack (2.2.3)
  9. rack-protection (2.2.0)
  10. rack
  11. ruby2_keywords (0.0.5)
  12. sinatra (2.2.0)
  13. mustermann (~> 1.0)
  14. rack (~> 2.2)
  15. rack-protection (= 2.2.0)
  16. tilt (~> 2.0)
  17. thin (1.8.1)
  18. daemons (~> 1.0, >= 1.0.9)
  19. eventmachine (~> 1.0, >= 1.0.4)
  20. rack (>= 1, < 3)
  21. tilt (2.0.10)
  22. PLATFORMS
  23. x86_64-linux
  24. DEPENDENCIES
  25. sinatra (~> 2.2)
  26. thin (~> 1.8)
  27. BUNDLED WITH
  28. 2.2.19