Searched refs:crt (Results 1 – 2 of 2) sorted by relevance
39 def certificate_load(self, crt, key=None): argument41 key = crt
323 with open(crt_path, 'wb') as crt, open(end_path, 'rb') as end, open(326 crt.write(end.read() + int.read())