View Source certifi (certifi v2.12.0)
Link to this section Summary
Functions
CACertFile gives the path to the file with an X.509 certificate list containing the Mozilla CA Certificate that can then be used via the cacertfile setting in ssl options passed to the connect function.
CACerts builds an X.509 certificate list containing the Mozilla CA Certificate that can then be used via the cacerts setting in ssl options passed to the connect function.
Link to this section Functions
-spec cacertfile() -> Result when Result :: file:filename_all().
-spec cacerts() -> [binary(), ...].