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

Method install_ca_bundle

test/modules/md/md_acme.py:119–125  ·  view source on GitHub ↗
(self, dest)

Source from the content-addressed store, hash-verified

117 pass
118
119 def install_ca_bundle(self, dest):
120 r = self.env.run([
121 'docker', 'exec', 'boulder_boulder_1', 'bash', '-c', "cat /tmp/root*.pem"
122 ])
123 assert r.exit_code == 0
124 with open(dest, 'w') as fd:
125 fd.write(r.stdout)

Callers 1

__init__Method · 0.95

Calls 1

runMethod · 0.45

Tested by

no test coverage detected