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

Method save_cert_pem

test/pyhttpd/certs.py:184–186  ·  view source on GitHub ↗
(self, fpath)

Source from the content-addressed store, hash-verified

182 return creds
183
184 def save_cert_pem(self, fpath):
185 with open(fpath, "wb") as fd:
186 fd.write(self.cert_pem)
187
188 def save_pkey_pem(self, fpath):
189 with open(fpath, "wb") as fd:

Callers 9

test_md_801_009Method · 0.80
test_md_702_009Method · 0.80
test_md_730_001Method · 0.80
test_md_730_002Method · 0.80
test_md_730_003Method · 0.80
test_md_920_011Method · 0.80
test_md_502_201Method · 0.80
test_md_901_010Method · 0.80
test_md_901_011Method · 0.80

Calls

no outgoing calls

Tested by 9

test_md_801_009Method · 0.64
test_md_702_009Method · 0.64
test_md_730_001Method · 0.64
test_md_730_002Method · 0.64
test_md_730_003Method · 0.64
test_md_920_011Method · 0.64
test_md_502_201Method · 0.64
test_md_901_010Method · 0.64
test_md_901_011Method · 0.64