We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8dd3c commit fe9d5d4Copy full SHA for fe9d5d4
src/codegate/ca/codegate_ca.py
@@ -173,7 +173,7 @@ def _load_existing_certificates(self) -> None:
173
self._cert_cache[common_name] = CachedCertificate(
174
cert_path=cert_path,
175
key_path=key_path,
176
- creation_time=datetime.now(datetime.UTC),
+ creation_time=datetime.now(timezone.utc),
177
)
178
else:
179
logger.debug(f"Skipping expired certificate for {common_name}")
0 commit comments