1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test/ssl_config.rb
2013-06-18 14:52:55 -07:00

4 lines
197 B
Ruby

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