View Source certifi (certifi v2.14.0)

Summary

Functions

CACertFile gives the path to the file with an X.509 certificate list containing the Mozilla CA Certificate.

CACerts builds an X.509 certificate list containing the Mozilla CA Certificate.

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.

The file is used via the cacertfile setting in ssl options, passed to the ssl:connect/2,3,4 function.
-spec cacerts() -> [binary(), ...].

CACerts builds an X.509 certificate list containing the Mozilla CA Certificate.

The certificate list is used via the cacerts setting in ssl options, passed to the connect/2,3,4 function.