MVARCS (Mark Verifying Authority Root Certificate Store) is a store for the trusted root certificates involved in Mark Certificates (MC) from Mark Verifying Authorities (MVA).
The cacert.pem file contains the PEM certificates from the MVAs.
Subsequent packages and libraries use this repo as a submodule for packaging up the certificates:
This store is inspired by the similar Certifi.io used for TLS certificates.
The bin\mvarcs.py
script fetches and formats the certificates.
# install required dependencies
pip install -r requirements.txt
# run doctest against script
python -m doctest -v bin/mvarcs.py
# run the tool
python bin/mvarcs.py
This tool and the certificates are provided "as is" without any warranties. Use it at your own risk.
The author(s) are not responsible for any damage or loss caused by the use of this tool or certificates.
Inclusion of certificates here does not guarantee that an provider will honor your MCs.