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