(self)
| 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') |