tldr-python-client icon indicating copy to clipboard operation
tldr-python-client copied to clipboard

Allow specifying a certificate bundle with TLDR_CERT

Open jtcbrule opened this issue 10 months ago • 0 comments

This pull request makes it possible to specificy a different certificate store/bundle by setting:

  • TLDR_CERT=/path/to/certificates.crt

This is a more secure alternative to disabling SSL verification entirely when behind an SSL proxy.

jtcbrule avatar Apr 18 '24 18:04 jtcbrule