certbot.plugins.storage module
Plugin storage class.
- class certbot.plugins.storage.PluginStorage(config: NamespaceConfig, classkey: str)[source]
Bases:
object
Class implementing storage functionality for plugins
- save() None [source]
Saves PluginStorage content to disk
- Raises:
.errors.PluginStorageError – when unable to serialize the data or write it to the filesystem