CACertificateLocations class
- class V12.FIXAntenna.CACertificateLocations
Keeps data returned by
SslContextConfigurator.get_verify_locations()
. Provides location where to search for CA certificates.- ca_file: str
Keeps file path containing CA certificates.
- ca_path: str
Keeps CA certificates path. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_load_verify_locations.html for details.
- use_ca_file_as_accepted_certificates_list: bool
When true certificates from ca_file will be used to build list of acceptable CA certificates sent to client. Applicable to server context only.