Small script that gets domains and checks for the TLSA records.
| .gitignore | ||
| .python-version | ||
| check_tlsa.py | ||
| LICENSE | ||
| main.py | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
tlsa checker
A small script to check if TLSA records are correct for given domains.
Usage
After cloning the repo use uv to install the python environment, by using uv sync.
Then you can run:
uv run main.py <example-domain>
Licence
Copyleft (Ꜿ) 2025 Stin Priza
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.