| Server IP : 35.236.43.222 / Your IP : 216.73.216.143 Web Server : Apache System : Linux order-form-vm-001 5.10.0-37-cloud-amd64 #1 SMP Debian 5.10.247-1 (2025-12-11) x86_64 User : deploy ( 1002) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/certbot/__pycache__/ |
Upload File : |
a
�`L\ � @ s d Z ddlZddlZddlZe�ej�G dd� de��ZG dd� dej j
�ZG dd� dej j
�ZG d d
� d
e�Z
G dd� dej j
�ZG d
d� de�ZG dd� dej j
�ZG dd� dej j
�Ze�ej�G dd� de��Ze�ej�G dd� de��Ze�ej�G dd� de��ZdS )zCertbot client interfaces.� Nc @ s: e Zd ZdZejdd� �Zejdd� �Zejdd� �ZdS ) �AccountStoragezAccounts storage interface.c C s
t � �dS )zXFind all accounts.
:returns: All found accounts.
:rtype: list
N��NotImplementedError��self� r �4/usr/lib/python3/dist-packages/certbot/interfaces.py�find_all s zAccountStorage.find_allc C s
t � �dS )z�Load an account by its id.
:raises .AccountNotFound: if account could not be found
:raises .AccountStorageError: if account could not be loaded
Nr )r Z
account_idr r r �load s zAccountStorage.loadc C s
t � �dS )z\Save account.
:raises .AccountStorageError: if account could not be saved
Nr )r ZaccountZclientr r r �save"