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

Method __init__

test/modules/md/md_acme.py:109–111  ·  view source on GitHub ↗
(self, env: MDTestEnv)

Source from the content-addressed store, hash-verified

107class MDBoulderRunner(ACMEServer):
108
109 def __init__(self, env: MDTestEnv):
110 self.env = env
111 self.install_ca_bundle(self.env.acme_ca_pemfile)
112
113 def start(self, config=None):
114 pass

Callers

nothing calls this directly

Calls 1

install_ca_bundleMethod · 0.95

Tested by

no test coverage detected