config_get_binding_domain_tls_cert
Name
config_get_binding_domain_tls_cert — Get TLS certification data
Synopsis
#include "ec_config.h"
| char * **config_get_tls_cert** (
| caller_scope, | |
| | binding, | |
| | domain)
; | |
generic_module_infrastructure * <var class="pdparam">caller_scope</var>
;
int <var class="pdparam">binding</var>
;
const char * <var class="pdparam">domain</var>
;
Description
Get the TLS certification data for the specified domain and binding configuration.
Note
The caller_scope
argument is virtually always NULL
; there is no reason for a consumer to make it anything else.
- caller_scope
-
A pointer to a generic_module_infrastructure struct.
- binding
-
The binding identifier. See config_get_binding_id_from_name.
- domain
-
The domain name.
This function returns the TLS certification data.
It is legal to call this function in any thread.