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:
parent
e889b8f88f
commit
cc31cb2d23
1 changed files with 4 additions and 0 deletions
4
test/ssl_config.rb
Normal file
4
test/ssl_config.rb
Normal 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
|
Loading…
Reference in a new issue