nexusLIMS.harvesters#
Handles obtaining a certificate authority bundle from settings.
Sub-modules include connections to calendar APIs (NEMO) as well as a class to represent a Reservation Event
Subpackages#
Submodules#
Package Contents#
Functions#
Get the path to the custom CA bundle file, if configured. |
|
Get the content of the custom CA bundle, if configured. |
API#
- nexusLIMS.harvesters.get_ca_bundle_path() Path | None[source]#
Get the path to the custom CA bundle file, if configured.
Loaded from the
NX_CERT_BUNDLE_FILEconfiguration setting.- Returns:
Path to the certificate authority bundle file, or None if not configured.
- Return type:
Path | None