Skip to content

Commit

Permalink
fix: Fix typo in ssl-keystore support last update
Browse files Browse the repository at this point in the history
Closes #830
  • Loading branch information
g-bougard committed Jan 22, 2025
1 parent cda1456 commit 903cf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GLPI/Agent/HTTP/Client.pm
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ sub _KeyChain_or_KeyStore_Export {
}

# Always include default CA file from Mozilla::CA
if ($loadMozillaCA && $Mozilla::CA->require()) {
if ($loadMozillaCA && Mozilla::CA->require()) {
my $cacert = Mozilla::CA::SSL_ca_file();
push @certs, IO::Socket::SSL::Utils::PEM_file2certs($cacert)
if -e $cacert;
Expand Down

0 comments on commit 903cf07

Please sign in to comment.