libreport  2.13.1
A tool to inform users about various problems on the running system
Data Fields
ureport_server_config Struct Reference

Data Fields

char * ur_url
 Web service URL.
 
bool ur_ssl_verify
 Verify HOST and PEER certificates.
 
char * ur_client_cert
 
char * ur_client_key
 Private key for the certificate.
 
char * ur_cert_authority_cert
 Certificate authority certificate.
 
char * ur_username
 username for basic HTTP auth
 
char * ur_password
 password for basic HTTP auth
 
struct ureport_preferences ur_prefs
 configuration for uReport generation
 

Detailed Description

Definition at line 57 of file ureport.h.

Field Documentation

◆ ur_client_cert

char* ureport_server_config::ur_client_cert

Path to certificate used for client authentication (or NULL)

Definition at line 61 of file ureport.h.


The documentation for this struct was generated from the following file: