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

Method cert_fname

test/modules/md/md_env.py:334–337  ·  view source on GitHub ↗
(self, pkeyspec=None)

Source from the content-addressed store, hash-verified

332 return 'privkey.pem'
333
334 def cert_fname(self, pkeyspec=None):
335 if pkeyspec and not re.match(r'^rsa( ?\d+)?$', pkeyspec.lower()):
336 return "pubcert.{0}.pem".format(pkeyspec.lower())
337 return 'pubcert.pem'
338
339 def check_md_complete(self, domain, pkey=None):
340 md = self.get_md_status(domain)

Callers 1

check_md_completeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected