celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
596 stars 87 forks source link

Added a Certificate Chain #134

Closed Asmod4n closed 10 years ago

Asmod4n commented 10 years ago

This can be used like this then

extra_chain_cert: [OpenSSL::X509::Certificate.new(File.read('startssl/sub.class1.server.ca.pem')), OpenSSL::X509::Certificate.new(File.read('startssl/sfsca.pem'))]

In the options Hash

tarcieri commented 10 years ago

Made some cleanups in 5ee0ae49ac76a8e45, FYI

Asmod4n commented 10 years ago

:+1: