Module certifi

Function Index

cacertfile/0CACertFile 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/0CACerts 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.

Function Details

cacertfile/0

cacertfile() -> any()

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/0

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.


Generated by EDoc