We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5781883 commit f734dbdCopy full SHA for f734dbd
bin/glpi-injector
@@ -195,6 +195,8 @@ sub sendContent {
195
if $options->{"ca-cert-file"};
196
$ua->ssl_opts(SSL_cert_file => $options->{"ssl-cert-file"})
197
if $options->{"ssl-cert-file"};
198
+ $ua->ssl_opts(SSL_key_file => $options->{"ssl-key-file"})
199
+ if $options->{"ssl-key-file"};
200
$ua->ssl_opts(SSL_fingerprint => $options->{"ssl-fingerprint"})
201
if $options->{"ssl-fingerprint"} && $IO::Socket::SSL::VERSION >= 1.967;
202
}
0 commit comments