🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dehydrated-io/dehydrated/pull/77
**Author:** [@germeier](https://github.com/germeier)
**Created:** 1/8/2016
**Status:** ✅ Merged
**Merged:** 1/8/2016
**Merged by:** [@lukas2511](https://github.com/lukas2511)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (1)
- [`e925b29`](https://github.com/dehydrated-io/dehydrated/commit/e925b293c5eecb57678f3b65b4b5d1e5d93b370f) add support for dns-01 challenge - try 2
### 📊 Changes
**3 files changed** (+50 additions, -8 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+7 -0)
📝 `config.sh.example` (+3 -0)
📝 `letsencrypt.sh` (+40 -8)
</details>
### 📄 Description
This adds support for the new dns-01 challenge! (try 2)
ATTENTION: This challenge is currently only available in staging, see: https://community.letsencrypt.org/t/dns-challenge-is-in-staging/8322
I am uncertain if "urlbase64" is the correct way in this case or if this should be a "base64 -w0".
See also: https://tools.ietf.org/html/draft-ietf-acme-acme-01#section-7.5
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/77
Author: @germeier
Created: 1/8/2016
Status: ✅ Merged
Merged: 1/8/2016
Merged by: @lukas2511
Base:
master← Head:master📝 Commits (1)
e925b29add support for dns-01 challenge - try 2📊 Changes
3 files changed (+50 additions, -8 deletions)
View changed files
📝
README.md(+7 -0)📝
config.sh.example(+3 -0)📝
letsencrypt.sh(+40 -8)📄 Description
This adds support for the new dns-01 challenge! (try 2)
ATTENTION: This challenge is currently only available in staging, see: https://community.letsencrypt.org/t/dns-challenge-is-in-staging/8322
I am uncertain if "urlbase64" is the correct way in this case or if this should be a "base64 -w0".
See also: https://tools.ietf.org/html/draft-ietf-acme-acme-01#section-7.5
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.