Searched refs:cafile (Results 1 – 4 of 4) sorted by relevance
52 def load_cert(self, certfile='', keyfile='', cafile=''): argument60 if cafile:61 self.ssl_context.load_verify_locations(cafile=cafile)
204 '-CAfile {cafile}'.format(cafile=CERTIFICATES[self._cert_sig_algs[0]].cafile)]322 '--x509cafile {cafile}'.format(cafile=CERTIFICATES[self._cert_sig_algs[0]].cafile)]443 'ca_file={cafile}'.format(cafile=CERTIFICATES[self._cert_sig_algs[0]].cafile)]
159 cafile=path.join('auth', 'ca_cert.pem'),
83 cafile=os.path.join(args.cert_path, 'ca_cert.pem'),