From f2b264a023ac4fc31171e6e7153004c81362bd31 Mon Sep 17 00:00:00 2001 From: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:56:09 -0500 Subject: [PATCH] docs: add small doc entry Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com> --- CHANGELOG.md | 1 - docs/source/usage/getting-started.rst | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0acb43bb..cc738d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,6 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil - Fixed Core SDK package referencing a non-existent version of Secrets SDK. - ## `1.0.0-dev20` ### Enhancements diff --git a/docs/source/usage/getting-started.rst b/docs/source/usage/getting-started.rst index d64ddd7b..9f77c729 100644 --- a/docs/source/usage/getting-started.rst +++ b/docs/source/usage/getting-started.rst @@ -6,3 +6,9 @@ Getting started installation examples + +Tips +---- + +- You can use a custom Certificate Authority. + The python SDK supports the commonly used environmental variables `REQUESTS_CA_BUNDLE` and `CURL_CA_BUNDLE` to provide a certificate chain. Also, you may use the `SSL_CERT_FILE` environmental variable.