mix certdata (CAStore v0.1.11) 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