We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c5820 commit 3c757eaCopy full SHA for 3c757ea
lib/charms/observability_libs/v1/cert_handler.py
@@ -26,7 +26,7 @@
26
self.framework.observe(self.cert_handler.on.cert_changed, self._on_server_cert_changed)
27
28
container.push(keypath, self.cert_handler.private_key)
29
-container.push(certpath, self.cert_handler.servert_cert)
+container.push(certpath, self.cert_handler.server_cert)
30
```
31
32
Since this library uses [Juju Secrets](https://juju.is/docs/juju/secret) it requires Juju >= 3.0.3.
0 commit comments