MCPcopy Create free account
hub / github.com/apache/httpd / md_config_set_contact

Function md_config_set_contact

modules/md/mod_md_config.c:532–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532static const char *md_config_set_contact(cmd_parms *cmd, void *dc, const char *value)
533{
534 md_srv_conf_t *sc = md_config_get(cmd->server);
535 const char *err;
536
537 (void)dc;
538 if ((err = md_conf_check_location(cmd, MD_LOC_ALL))) {
539 return err;
540 }
541 sc->ca_contact = value;
542 return NULL;
543}
544
545static const char *md_config_set_ca_proto(cmd_parms *cmd, void *dc, const char *value)
546{

Callers

nothing calls this directly

Calls 2

md_config_getFunction · 0.85
md_conf_check_locationFunction · 0.85

Tested by

no test coverage detected