{"id":21464251,"url":"https://github.com/shuque/tlsa_rdata","last_synced_at":"2025-07-04T12:07:44.720Z","repository":{"id":9129130,"uuid":"10917090","full_name":"shuque/tlsa_rdata","owner":"shuque","description":"Generate DNS TLSA record rdata from a certificate and given parameters","archived":false,"fork":false,"pushed_at":"2021-05-08T23:44:44.000Z","size":8,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-08T21:05:39.564Z","etag":null,"topics":["calculator","dane","dnssec","rdata","record","tlsa"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shuque.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-24T18:52:32.000Z","updated_at":"2023-10-16T17:42:35.000Z","dependencies_parsed_at":"2022-07-07T19:19:43.487Z","dependency_job_id":null,"html_url":"https://github.com/shuque/tlsa_rdata","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/shuque/tlsa_rdata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuque%2Ftlsa_rdata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuque%2Ftlsa_rdata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuque%2Ftlsa_rdata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuque%2Ftlsa_rdata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuque","download_url":"https://codeload.github.com/shuque/tlsa_rdata/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuque%2Ftlsa_rdata/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263507898,"owners_count":23477406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calculator","dane","dnssec","rdata","record","tlsa"],"created_at":"2024-11-23T07:30:30.985Z","updated_at":"2025-07-04T12:07:44.698Z","avatar_url":"https://github.com/shuque.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Program:\ttlsa_rdata: Generate DNS TLSA record rdata\nVersion:\t0.3.0\nAuthor:\t\tShumon Huque \u003cshuque@gmail.com\u003e\n\ntlsa_rdata: A program to generate DNS TLSA resource record rdata\nfrom a file containing an X.509 certificate and given command\nline parameters (usage, selector, matching-type).\n\nPre-requisites:\n\n\tPython 3.x\n\tM2Crypto module: a python interface to OpenSSL\n\nInstallation:\n\n    * System wide (typically /usr/bin or /usr/local/bin), as root:\n\n        python setup.py install\n\n    * In your home directory ($HOME/bin):\n\n        python setup.py install --home=$HOME\n\n    * Or just copy the \"tlsa_rdata\" file to wherever you want to put it.\n\n\nExample runs:\n\n    // Generate TLSA rdata from \"server.crt\" with parameters 3 0 1:\n\n    $ tlsa_rdata server.crt 3 0 1\n    3 0 1 7ef4bd014e9a4f302fc1ee74fb2d29718c5b0f4cb23b25b267a1d92f0410890b\n\n    // If this certificate is to be used for the HTTPS server at\n    // www.example.com, we just need to install the following DNS\n    // record (into a signed DNS zone):\n\n    _443._tcp.www.example.com. IN TLSA 3 0 1 7ef4bd014e9a4f302fc1ee74fb2d29718c5b0f4cb23b25b267a1d92f0410890b\n\n\n# Copyright (C) 2013, Shumon Huque\n#\n# tls_rdata is free software; you can redistribute it and/or modify it\n# under the terms of the GNU General Public License as published by\n# the Free Software Foundation; either version 2, or (at your option)\n# any later version.\n#\n# This program is distributed in the hope that it will be useful, \n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with pydig; see the file COPYING.  If not, write to the Free\n# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,\n# MA 02110-1301, USA.\n#\n# Author: Shumon Huque \u003cshuque -@- gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuque%2Ftlsa_rdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuque%2Ftlsa_rdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuque%2Ftlsa_rdata/lists"}