tldr-python-client
tldr-python-client copied to clipboard
Allow specifying a certificate bundle with TLDR_CERT
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.