Comment 1 for bug 1882806

Revision history for this message
Alberto Donato (ack) wrote :

This might be related to the globals in maas_certificates.py

_cert_not_before = None
_cert_not_after = None
_cert_mtime = None

We should investigate not caching those values, unless it's really expensive not to do so.