Searched refs:crts_path (Results 1 – 1 of 1) sorted by relevance
60 def add_from_path(self, crts_path): argument63 for file_path in os.listdir(crts_path):64 found |= self.add_from_file(os.path.join(crts_path, file_path))67 raise InputError('No valid x509 certificates found in %s' % crts_path)143 def add_with_filter(self, crts_path, filter_path): argument154 status('Parsing certificates from %s' % crts_path)156 with open(crts_path, 'r', encoding='utf-8') as f: