From a0924ea94b8b35c0c0bd6205198f6cb647dfb491 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:35:57 +0200 Subject: [PATCH] Update client_settings.rs --- crates/infisical/src/client/client_settings.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/infisical/src/client/client_settings.rs b/crates/infisical/src/client/client_settings.rs index 085ce26..4280ce1 100644 --- a/crates/infisical/src/client/client_settings.rs +++ b/crates/infisical/src/client/client_settings.rs @@ -37,7 +37,8 @@ pub struct ClientSettings { pub user_agent: Option, // We use this to identity which SDK/language was used to make a request. #[schemars( - description = "The SSL certificate path is an optional field that allows you to specify a custom SSL certificate to use for requests made to Infisical." + description = "The SSL certificate path is an optional field that allows you to specify a custom SSL certificate to use for requests made to Infisical. + This option can be substituted with the `INFISICAL_SSL_CERTIFICATE` environment variable, which should contain the certificate as a string, not the path." )] pub ssl_certificate_path: Option, // Path to the SSL certificate file.