1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Add ssl_config to make SSL testing easier

This commit is contained in:
Evan Phoenix 2013-06-18 14:52:55 -07:00
parent e889b8f88f
commit cc31cb2d23

4
test/ssl_config.rb Normal file
View file

@ -0,0 +1,4 @@
key = File.expand_path "../../examples/puma/puma_keypair.pem", __FILE__
cert = File.expand_path "../../examples/puma/cert_puma.pem", __FILE__
ssl_bind "0.0.0.0", 9292, :cert => cert, :key => key