openservicebrokerapi / osb-checker

An automatic checker to verify an Open Service Broker API implementation against the specification
https://github.com/openservicebrokerapi/servicebroker/
Apache License 2.0
48 stars 40 forks source link

Allow users to configure a CA cert #1

Closed nodo closed 6 years ago

nodo commented 6 years ago

Hi there,

When running osb-checker against our broker, we found that we couldn't easily configure a CA cert for HTTPS communication. This PR adds a key to the config file to enable users to configure an optional CA cert.

Docs updated accordingly.

Let us know what you think! 👍

Thanks a lot, Andrea & Kieron