diff --git a/test/ssl_config.rb b/test/ssl_config.rb new file mode 100644 index 00000000..efcbb682 --- /dev/null +++ b/test/ssl_config.rb @@ -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