Skip to content

add dns acme challenge#233

Open
mazhora wants to merge 2 commits into
geerlingguy:masterfrom
mazhora:certbot-rfc2136-acme-challenge
Open

add dns acme challenge#233
mazhora wants to merge 2 commits into
geerlingguy:masterfrom
mazhora:certbot-rfc2136-acme-challenge

Conversation

@mazhora

@mazhora mazhora commented May 4, 2025

Copy link
Copy Markdown

No description provided.

@github-actions

github-actions Bot commented Sep 8, 2025

Copy link
Copy Markdown

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

mazhora commented Sep 19, 2025

Copy link
Copy Markdown
Author

up

@github-actions github-actions Bot removed the stale label Sep 22, 2025
@StefanIGit

Copy link
Copy Markdown

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

@mazhora

mazhora commented Sep 25, 2025

Copy link
Copy Markdown
Author

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 ;
  };
};

@github-actions

Copy link
Copy Markdown

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 Jan 26, 2026
@mazhora

mazhora commented Jan 27, 2026

Copy link
Copy Markdown
Author

up

@github-actions github-actions Bot removed the stale label Feb 2, 2026
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

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 Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants