elastic / elasticsearch-rs

Official Elasticsearch Rust Client
https://www.elastic.co/guide/en/elasticsearch/client/rust-api/current/index.html
Apache License 2.0
695 stars 71 forks source link

Add Certificate newtype that supports CA chains. #101

Closed reyk closed 4 years ago

reyk commented 4 years ago

Proposed fix for https://github.com/elastic/elasticsearch-rs/issues/100

cla-checker-service[bot] commented 4 years ago

💚 CLA has been signed

reyk commented 4 years ago

Let me replace the Let’s Encrypt CA with an example CA that I created myself.

russcam commented 4 years ago

thanks @reyk!

reyk commented 4 years ago

Thank you for the quick response and release, that’s awesome!