Skip to content

Commit

Permalink
Update client_settings.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jul 24, 2024
1 parent aa83093 commit a0924ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/infisical/src/client/client_settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ pub struct ClientSettings {
pub user_agent: Option<String>, // 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<String>, // Path to the SSL certificate file.

Expand Down

0 comments on commit a0924ea

Please sign in to comment.