Skip to content

Conversation

mazhora
Copy link

@mazhora mazhora commented May 4, 2025

No description provided.

Copy link

github-actions bot commented Sep 8, 2025

This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@github-actions github-actions bot added the stale label Sep 8, 2025
@mazhora
Copy link
Author

mazhora commented Sep 19, 2025

up

@github-actions github-actions bot removed the stale label Sep 22, 2025
@StefanIGit
Copy link

hi, so this requires a manually created key in DNS?

@mazhora
Copy link
Author

mazhora commented Sep 25, 2025

Yes, that’s correct.
You need to create a key and add it to the DNS server’s configuration.
For example, in BIND it looks like this:

key "keyname." {
  algorithm hmac-sha256;
  secret "1234567890lipjZPz4YWg540zaZpJZn8cy1234567890";
};

zone "example.com" {
  type master;
  file "/var/lib/bind/example.com.conf";
  update-policy {
    grant keyname. name _acme-challenge.example.com ;
  };
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants