We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4edc1 commit 18bce41Copy full SHA for 18bce41
lib/GLPI/Agent/HTTP/Client.pm
@@ -614,7 +614,7 @@ sub _KeyChain_or_KeyStore_Export {
614
if ($self->{ssl_keystore}) {
615
foreach my $case (split(/,+/, $self->{ssl_keystore})) {
616
$case = trimWhitespace($case);
617
- if ($case =~ /^(Store|Enterprise|GroupPolicy|User)?-?(CA|Root)$/) {
+ if ($case =~ /^(Service|Enterprise|GroupPolicy|User)?-?(My|CA|Root)$/) {
618
my $store = $2 =~ /CA/i ? "CA" : "Root";
619
my $option = $1 ? " -$1" : "";
620
push @certCommands, "certutil -Silent -Split$option -Store $store";
0 commit comments