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

Function md_cert_count

modules/md/md_core.c:189–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189int md_cert_count(const md_t *md)
190{
191 /* cert are defined as a list of static files or a list of private key specs */
192 if (md->cert_files && md->cert_files->nelts) {
193 return md->cert_files->nelts;
194 }
195 return md_pkeys_spec_count(md->pks);
196}
197
198md_t *md_create(apr_pool_t *p, apr_array_header_t *domains)
199{

Callers 8

md_http_cert_statusFunction · 0.85
md_job_json_seems_validFunction · 0.85
get_certificatesFunction · 0.85
state_initFunction · 0.85
md_reg_valid_untilFunction · 0.85
md_reg_renew_atFunction · 0.85
md_reg_should_warnFunction · 0.85
md_reg_freeze_domainsFunction · 0.85

Calls 1

md_pkeys_spec_countFunction · 0.85

Tested by

no test coverage detected