{"id":49890092,"url":"https://github.com/laurobmb/ansible_bind_dnssec","last_synced_at":"2026-05-15T20:11:27.287Z","repository":{"id":46814470,"uuid":"267471042","full_name":"laurobmb/ansible_bind_dnssec","owner":"laurobmb","description":"DNSSEC implementation using Ansible, this project aims to help the understanding of RedHat's Ansible tool by implementing a DNSSEC from scratch","archived":false,"fork":false,"pushed_at":"2023-01-24T23:16:37.000Z","size":18,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-08T20:57:48.357Z","etag":null,"topics":["ansible","ansible-playbooks","centos8","dns","dns-server","dnssec","dnssecurity"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/laurobmb.png","metadata":{"files":{"readme":"README.md","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":"2020-05-28T02:09:09.000Z","updated_at":"2020-06-26T18:35:54.000Z","dependencies_parsed_at":"2023-02-14T02:30:29.494Z","dependency_job_id":null,"html_url":"https://github.com/laurobmb/ansible_bind_dnssec","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/laurobmb/ansible_bind_dnssec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurobmb%2Fansible_bind_dnssec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurobmb%2Fansible_bind_dnssec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurobmb%2Fansible_bind_dnssec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurobmb%2Fansible_bind_dnssec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laurobmb","download_url":"https://codeload.github.com/laurobmb/ansible_bind_dnssec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurobmb%2Fansible_bind_dnssec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33078284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:05:40.333Z","status":"ssl_error","status_checked_at":"2026-05-15T20:05:38.672Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ansible","ansible-playbooks","centos8","dns","dns-server","dnssec","dnssecurity"],"created_at":"2026-05-15T20:11:26.288Z","updated_at":"2026-05-15T20:11:27.278Z","avatar_url":"https://github.com/laurobmb.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DNSSEC in podman with CentOS 8\n\n##### note\nnote: The keys must be in the code before uploading the container, these within the project serve as an example.\n\n## Configure\nIn the file ***files/authority.zone*** configure the zone that the DNS must respond to, as well as the IP addresses of the hosts.\n\nIn the file ***files/reverse.zone*** configure the reverse zone that the DNS must respond to, as well as the IP addresses of the hosts.\n\n#### Gerar Chave KSK e ZSK\nThe configuration of the keys is very important for the functioning of DNSSEC, execute:\n\n***dnssec-keygen -r /dev/urandom -a RSASHA256 -b 4096 -f KSK -n ZONE [ domínio que você escolheu ]***\n\n***dnssec-keygen -r /dev/urandom -a RSASHA256 -b 1024 -n ZONE [ domínio que você escolheu ]***\n\nInclude the generated keys in the file ***files/authority.zone*** (already have an example inside the file)\n\nRun the scripts to create the domain DSSET and the first signature:\n\n- reassina.sh\n- reassina.reverse.sh\n\nThe file ***files/entrypoint.sh*** needs changes, in it you put the IP addresses so that when the container goes up, the podman can re-sign the zone.\n\n***files/named.conf*** needs changes too, here you must enter the domain.\n\n\u003e zone \"[ domínio que você escolheu ]\" IN {\n\u003e     type master;\n\u003e     file \"authority.zone.signed\";\n\u003e     allow-update { none; };\n\u003e };\n\u003e \n\u003e zone \"123.168.192.in-addr.arpa\" IN {\n\u003e     type master;\n\u003e     file \"reverse.zone\";\n\u003e     allow-update { none; };\n\u003e };\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurobmb%2Fansible_bind_dnssec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaurobmb%2Fansible_bind_dnssec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurobmb%2Fansible_bind_dnssec/lists"}