Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_009
Method · 0.80
test_md_702_009
Method · 0.80
test_md_730_001
Method · 0.80
test_md_730_002
Method · 0.80
test_md_730_003
Method · 0.80
test_md_920_011
Method · 0.80
test_md_502_201
Method · 0.80
test_md_901_010
Method · 0.80
test_md_901_011
Method · 0.80
Calls
no outgoing calls
Tested by
9
test_md_801_009
Method · 0.64
test_md_702_009
Method · 0.64
test_md_730_001
Method · 0.64
test_md_730_002
Method · 0.64
test_md_730_003
Method · 0.64
test_md_920_011
Method · 0.64
test_md_502_201
Method · 0.64
test_md_901_010
Method · 0.64
test_md_901_011
Method · 0.64