Sha256: 2f4fb9a96d7f6305c57ca288cfcda891b6598cb39f8d9d29cbef5a1f6d84e4f4

Contents?: true

Size: 197 Bytes

Versions: 2

Compression:

Stored size: 197 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
puma-simon-3.7.2 test/ssl_config.rb
puma-simon-3.7.1 test/ssl_config.rb