savonrb / akami

Building Web Service Security
MIT License
36 stars 61 forks source link

Support for in-memory certificate and private keys #20

Closed toncid closed 9 years ago

toncid commented 9 years ago

This PR add support for in-memory certificate and private keys. Since parsing of cert_file and private_key_file is error prone, the simplest solution is to introduce additional attributes (ending with _string) that indicate already present content.

toncid commented 9 years ago

As requested in #19.

tjarratt commented 9 years ago

Thanks for the pull request @toncid !

toncid commented 9 years ago

You're welcome :) :+1: