Searched defs:arg_trust (Results 1 - 2 of 2) sorted by relevance

/systemd/src/journal-remote/
H A Djournal-upload.c52 static const char *arg_trust = NULL; variable
265 if (streq_ptr(arg_trust, "all"))
268 else if (arg_trust || startswith(u->url, "https://"))
269 easy_setopt(curl, CURLOPT_CAINFO, arg_trust ?: TRUST_FILE,
272 if (arg_key || arg_trust)
539 { "Upload", "TrustedCertificateFile", config_parse_path, 0, &arg_trust },
656 if (arg_trust) {
661 arg_trust = optarg;
H A Djournal-remote.c78 static char *arg_trust = NULL; variable
1202 { "Remote", "TrustedCertificateFile", config_parse_path, 0, &arg_trust },
1368 if (arg_trust || arg_trust_all) {
1377 arg_trust = strdup(optarg);
1378 if (!arg_trust)
1503 strna(arg_trust));
1524 r = read_full_file(arg_trust ?: TRUST_FILE, trust, NULL);
1527 arg_trust ?: TRUST_FILE);
1598 free(arg_trust);

Completed in 62 milliseconds