[PR #283] added custom ca provider #371

Open
opened 2026-03-13 16:20:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/acme-dns/acme-dns/pull/283
Author: @mschneider82
Created: 10/12/2021
Status: 🔄 Open

Base: masterHead: feature-customacme


📝 Commits (1)

📊 Changes

4 files changed (+17 additions, -21 deletions)

View changed files

📝 README.md (+3 -1)
📝 config.cfg (+3 -1)
📝 main.go (+10 -19)
📝 types.go (+1 -0)

📄 Description

# possible values: "letsencrypt", "letsencryptstaging", "cert", "custom", "none"
tls = "letsencryptstaging"
# only used if tls = "custom"
tls_custom_url = "https://acme-v02.example.com/directory"

🔄 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/acme-dns/acme-dns/pull/283 **Author:** [@mschneider82](https://github.com/mschneider82) **Created:** 10/12/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature-customacme` --- ### 📝 Commits (1) - [`2f9567c`](https://github.com/acme-dns/acme-dns/commit/2f9567c2d5359a79aa13ea1975c6b9b822292a0c) added custom ca provider ### 📊 Changes **4 files changed** (+17 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -1) 📝 `config.cfg` (+3 -1) 📝 `main.go` (+10 -19) 📝 `types.go` (+1 -0) </details> ### 📄 Description ``` # possible values: "letsencrypt", "letsencryptstaging", "cert", "custom", "none" tls = "letsencryptstaging" # only used if tls = "custom" tls_custom_url = "https://acme-v02.example.com/directory" ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/acme-dns#371
No description provided.