Skip to content

Commit 7bf9444

Browse files
committed
correct PR number and add a question
1 parent 827475d commit 7bf9444

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

20220403-ACME-TLS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Add ACME protocol support for certificate management with DNS
1+
# Add ACME protocol support for certificate management into TLS plugin
22

33
| Status | Proposed |
44
:-------------- |:---------------------------------------------------- |
5-
| **RFC #** | [12](https://github.com/coredns/rfc/pull/12) |
5+
| **RFC #** | [13](https://github.com/coredns/rfc/pull/13) |
66
| **Author(s)** | Marius Kimmina(@[mariuskimmina](https://github.com/mariuskimmina)) |
77
| **Sponsor** | Yong Tang (@[yongtang](https://github.com/yongtang)), Paul Greenberg (@[greenpau](https://github.com/greenpau)) |
88
| **Updated** | 2022-04-01 |
@@ -195,9 +195,9 @@ I will also be in contact with the mentors and hope to gather a lot of feedback
195195

196196
## Questions and Discussion Topics
197197

198-
1. Do coredns have a domain for testing and development?
199-
2. Can a CoreDNS plugin utilize the underlying Caddy server to solve the HTTP-01 Challenge - which means serving a file on port 80?
200-
3. For the DNS-01 Challenge, I would assume that CoreDNS will generally not be the authoritative DNS Server for the domain in question, thus, we would also use the API of a DNS Provider to solve this challenge, right?
198+
1. Can a CoreDNS plugin utilize the underlying Caddy server to solve the HTTP-01 Challenge - which means serving a file on port 80?
199+
2. For the DNS-01 Challenge, I would assume that CoreDNS will generally not be the authoritative DNS Server for the domain in question, thus, we would also use the API of a DNS Provider to solve this challenge, right?
200+
3. How should I configure the workers to look for the leader? When the certificate is renewed, how does the master know where the workers are and how to send the certificate to them?
201201

202202
## References
203203

0 commit comments

Comments
 (0)