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

Method path_account_key

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

Source from the content-addressed store, hash-verified

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')
269
270 def store_domains(self):
271 return os.path.join(self._store_dir, 'domains')

Callers 2

_check_account_keyMethod · 0.80

Calls 1

joinMethod · 0.80

Tested by 1

_check_account_keyMethod · 0.64