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

Method store_domains

test/modules/md/md_env.py:270–271  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

268 return os.path.join(self._store_dir, 'accounts', acct, 'account.pem')
269
270 def store_domains(self):
271 return os.path.join(self._store_dir, 'domains')
272
273 def store_archives(self):
274 return os.path.join(self._store_dir, 'archive')

Callers 3

store_domain_fileMethod · 0.95
test_md_310_501Method · 0.80

Calls 1

joinMethod · 0.80

Tested by 1

test_md_310_501Method · 0.64