Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ get_not_after
Method
get_not_after
test/modules/md/md_cert_util.py:127–129 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
125
return
self._parse_tsp(tsp)
126
127
def
get_not_after(self):
128
tsp = self.cert.get_notAfter()
129
return
self._parse_tsp(tsp)
130
131
def
get_cn(self):
132
return
self.cert.get_subject().CN
Callers
1
check_md_credentials
Method · 0.95
Calls
1
_parse_tsp
Method · 0.95
Tested by
no test coverage detected