pub unsafe extern "C" fn httpcSetClientCertDefault(
context: *mut httpcContext,
certID: SSLC_DefaultClientCert,
) -> ResultExpand description
Sets the default clientcert for a HTTP context.
ยงArguments
context- Context to use.certID- ID of the cert to add, see sslc.h.