From 1ff47aabd779f30638a1850c4fd72518db4663fb Mon Sep 17 00:00:00 2001 From: jimmyGALLAND <64364019+jimmyGALLAND@users.noreply.github.com> Date: Sun, 9 Oct 2022 23:30:50 +0200 Subject: [PATCH] Create README.md --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9e39914 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# update_dns_ovh_tlsa + +## testCertTLSA.py + +This tool aims to read/verify TLSA keys of a given SSL certificate. + +## tlsa-ovh.py + +This tool aims to update DNS records on OVH in order to reflect the TLSA/DANE of a given certificate + +## Requirement +pip install ovh + +## How use +Edit file « conf_tlsa-ovh.ini » with your own data + + [default] + endpoint=ovh-eu + zoneName=[ENTER YOUR zoneName] + subDomains=[ENTER subDomains LIKE _465._tcp,_25._tcp, _465._tcp.serv,_25._tcp.serv ...] + cert=[PATH TO cert.pem] + + [ovh-eu] + application_key=**ENTER APPLICATION KEY** + application_secret=**ENTER APPLICATION KEY** + consumer_key=**ENTER APPLICATION KEY** + +AND launch + + ./testCertTLSA.py + +OR + + ./tlsa-ovh.py