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

Method store_domain_file

test/modules/md/md_env.py:282–283  ·  view source on GitHub ↗
(self, domain, filename)

Source from the content-addressed store, hash-verified

280 return os.path.join(self._store_dir, 'challenges')
281
282 def store_domain_file(self, domain, filename):
283 return os.path.join(self.store_domains(), domain, filename)
284
285 def store_archived_file(self, domain, version, filename):
286 return os.path.join(self.store_archives(), "%s.%d" % (domain, version), filename)

Callers 15

check_mdMethod · 0.95
check_md_completeMethod · 0.95
check_md_credentialsMethod · 0.95
test_md_801_007Method · 0.80
test_md_801_008Method · 0.80
test_md_120_002Method · 0.80
test_md_120_003Method · 0.80
test_md_820_002Method · 0.80
test_md_800_001Method · 0.80
test_md_800_002Method · 0.80
test_md_800_003Method · 0.80

Calls 2

store_domainsMethod · 0.95
joinMethod · 0.80

Tested by 14

test_md_801_007Method · 0.64
test_md_801_008Method · 0.64
test_md_120_002Method · 0.64
test_md_120_003Method · 0.64
test_md_820_002Method · 0.64
test_md_800_001Method · 0.64
test_md_800_002Method · 0.64
test_md_800_003Method · 0.64
test_md_502_107Method · 0.64
test_md_502_200Method · 0.64
test_md_502_201Method · 0.64
test_md_502_202Method · 0.64