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

Method path_account

test/modules/md/md_env.py:264–265  ·  view source on GitHub ↗
(self, acct)

Source from the content-addressed store, hash-verified

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')
266
267 def path_account_key(self, acct):
268 return os.path.join(self._store_dir, 'accounts', acct, 'account.pem')

Callers 3

test_md_202_102Method · 0.80
_check_accountMethod · 0.80

Calls 1

joinMethod · 0.80

Tested by 2

test_md_202_102Method · 0.64
_check_accountMethod · 0.64