View Source certifi (certifi v2.13.0)

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.

Functions

-spec cacertfile() -> Result when Result :: file:filename_all().
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.
-spec cacerts() -> [binary(), ...].
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.