certwrangler.stores.dummy module# class certwrangler.stores.dummy.DummyStore(*, driver: Literal['dummy'])[source]# Bases: Store Dummy Storage driver. Mostly used for testing. driver: Literal['dummy']# initialize() → None[source]# No-op initialization, just log we were here. publish(cert: Cert) → None[source]# No-op publish, just log we were here. model_config# Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].