mirror of
https://github.com/c-kr/check_json.git
synced 2024-11-23 19:03:49 +01:00
consistent var names
This commit is contained in:
parent
c6ed8def7d
commit
b0eff678c9
@ -140,10 +140,10 @@ if ($np->opts->ignoressl) {
|
|||||||
if ($np->opts->{'cacert'}) {
|
if ($np->opts->{'cacert'}) {
|
||||||
$ua->ssl_opts(SSL_ca_file => $np->opts->{'cacert'});
|
$ua->ssl_opts(SSL_ca_file => $np->opts->{'cacert'});
|
||||||
}
|
}
|
||||||
if ($np->opts->httpclientcert) {
|
if ($np->opts->{'client-cert'}) {
|
||||||
$ua->ssl_opts(
|
$ua->ssl_opts(
|
||||||
SSL_cert_file => $np->opts->httpclientcert,
|
SSL_cert_file => $np->opts->{'client-cert'},
|
||||||
SSL_key_file => $np->opts->httpprivatekey,
|
SSL_key_file => $np->opts->{'private-key'},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user