| Server IP : 188.151.22.197 / Your IP : 216.73.217.74 Web Server : Apache/2.4.62 (Rocky Linux) OpenSSL/3.5.5 System : Linux wsten.se 5.14.0-687.30.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 27 13:09:21 UTC 2026 x86_64 User : apache ( 48) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.9/site-packages/certbot/plugins/__pycache__/ |
Upload File : |
a
}|�g� � @ sx d Z ddlZddlZddlmZ ddlmZ ddlmZ ddlmZ ddl m
Z
ddl mZ e�e
�ZG d d
� d
�ZdS )zPlugin storage class.� N)�Any)�Dict)�
configuration)�errors)�
filesystem)�osc @ sp e Zd ZdZejedd�dd�Zdd�dd�Zdd�d d
�Z dd�dd�Z
eedd
�dd�Zeed�dd�Z
dS )�
PluginStoragez4Class implementing storage functionality for pluginsN)�config�classkey�returnc C s || _ || _d| _| | dS )z�Initializes PluginStorage object storing required configuration
options.
:param .configuration.NamespaceConfig config: Configuration object
:param str classkey: class name to use as root key in storage file
FN)�_config� _classkey�_initialized)�selfr r
� r �;/usr/lib/python3.9/site-packages/certbot/plugins/storage.py�__init__ s
zPluginStorage.__init__)r c C s&