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

Method path_store_json

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

Source from the content-addressed store, hash-verified

259 open(os.path.join(dirpath, 'authz.json'), "w").write(content)
260
261 def path_store_json(self):
262 return os.path.join(self._store_dir, 'md_store.json')
263
264 def path_account(self, acct):
265 return os.path.join(self._store_dir, 'accounts', acct, 'account.json')

Callers 2

_check_account_keyMethod · 0.80

Calls 1

joinMethod · 0.80

Tested by 1

_check_account_keyMethod · 0.64