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