MCPcopy Create free account
hub / github.com/apache/httpd / is_renewing

Method is_renewing

test/modules/md/md_env.py:502–504  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

500 return True
501
502 def is_renewing(self, name):
503 stat = self.get_certificate_status(name)
504 return 'renewal' in stat
505
506 def await_renewal(self, names, timeout=60):
507 try_until = time.time() + timeout

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected