Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ md_http_set_ca_file
Function
md_http_set_ca_file
modules/md/md_http.c:161–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
void md_http_set_ca_file(md_http_t *http, const char *ca_file)
162
{
163
http->ca_file = ca_file;
164
}
165
166
void md_http_set_unix_socket_path(md_http_t *http, const char *path)
167
{
Callers
1
md_acme_setup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected