Ecwid / consul-api

Java client for Consul HTTP API
Apache License 2.0
416 stars 177 forks source link

Support for PEM format for TLS certificate #212

Open TwinkleTShah opened 3 years ago

TwinkleTShah commented 3 years ago

Hello, As per my understanding, for https based communication, the certificate has to be provided via java trust store (jks) format. Is there a way to specify the PEM certificate (.crt or .cer) directly instead of having to add it to the java trust store?