| cacertfile/0 | 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 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. |
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() -> [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