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

/systemd/src/journal-remote/
H A Djournal-upload.c51 static const char *arg_cert = NULL; variable
261 easy_setopt(curl, CURLOPT_SSLCERT, arg_cert ?: CERT_FILE,
538 { "Upload", "ServerCertificateFile", config_parse_path, 0, &arg_cert },
647 if (arg_cert) {
652 arg_cert = optarg;
754 if (!!arg_key != !!arg_cert) {
H A Djournal-remote.c77 static char *arg_cert = NULL; variable
1201 { "Remote", "ServerCertificateFile", config_parse_path, 0, &arg_cert },
1356 if (arg_cert) {
1361 arg_cert = strdup(optarg);
1362 if (!arg_cert)
1502 strna(arg_cert),
1516 r = read_full_file(arg_cert ?: CERT_FILE, cert, NULL);
1519 arg_cert ?: CERT_FILE);
1597 free(arg_cert);

Completed in 16 milliseconds