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
- Host: GitHub
- URL: https://github.com/ragin-lundf/psd2_ca_certificate_downloader
- Owner: Ragin-LundF
- License: mit
- Created: 2021-09-22T19:56:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T11:31:22.000Z (over 1 year ago)
- Last Synced: 2025-02-05T07:13:50.173Z (3 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```