An open API service indexing awesome lists of open source software.

https://github.com/ragin-lundf/psd2_ca_certificate_downloader

Downloads PSD2 client certificate CAs from ec.europa.eu
https://github.com/ragin-lundf/psd2_ca_certificate_downloader

Last synced: about 1 month ago
JSON representation

Downloads PSD2 client certificate CAs from ec.europa.eu

Awesome Lists containing this project

README

        

# PSD2 Client Certificate CA Downloader

This tool downloads all granted and valid certificates for webiste authenticaten from https://esignature.ec.europa.eu.

The certificates will be stored in a `.crt` file.

# Preparation
## Prerequisites

- Python >= 3.8
- Pip

## Install required modules

Install the requirements:
```bash
pip install -r requirements.txt
```

## Downloading the certificates
```bash
python main.py
```