puma / puma

A Ruby/Rack web server built for parallelism
https://puma.io
BSD 3-Clause "New" or "Revised" License
7.69k stars 1.43k forks source link

Feature Request: Support for PKCS12 bundles #1396

Open johnturek opened 7 years ago

johnturek commented 7 years ago

Greetings,

We are looking for the opportunity to utilize PKCS12 certificate bundles with Puma, instead of directly referencing a CRT and Key. I do notice that you have implemented JKS in the JRuby build. I am looking to do the same with regular ruby.

Would this be something we could extend off the existing MiniSSL implementation currently in place?

Thanks to the entire contribution base for this project!

nateberkopec commented 7 years ago

Would this be something we could extend off the existing MiniSSL implementation currently in place?

I think so, yes.

dentarg commented 4 years ago

Related to the recent discussions about SSL: https://github.com/puma/puma/issues/2188