View Source mix aws_rds_ca_store.certdata (AwsRdsCAStore v1.2.2)

Fetches an up-to-date version of the AWS RDS 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 AwsRdsCAStore.file_path/0.

usage

Usage

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

mix aws_rds_ca_store.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 aws_rds_ca_store.certdata --check-outdated