CAStore v0.1.7 mix certdata View Source

Fetches an up-to-date version of the CA certificate store.

The certificate store is then stored in the private storage of this library. The path to the CA certificate store can be retrieved through CAStore.file_path/0.

Usage

You can use this task to fetch an up-to-date version of the CA certificate store.

mix certdata

You can also use this task to verify if the currently stored certificate store is up to date. To do that, use the --check-outdated option.

mix certdata --check-outdated

Link to this section Summary

Link to this section Functions

Link to this macro

certificate(args \\ [])

View Source (macro)
Link to this macro

certificate(record, args)

View Source (macro)
Link to this macro

tbs_certificate(args \\ [])

View Source (macro)
Link to this macro

tbs_certificate(record, args)

View Source (macro)
Link to this macro

validity(args \\ [])

View Source (macro)
Link to this macro

validity(record, args)

View Source (macro)