Re: [Acme] ACME RFC - POST-as-GET to Challenge endpoint

2021-09-20 Thread Aaron Gable
RFC 8555 does not intend for Challenges to be able to be fetched individually; their contents are bundled into the Authorization object so that all of the relevant information can be fetched with a single request. The fact that Let's Encrypt allows challenges to be fetched individually is primarily

Re: [Acme] ACME RFC - POST-as-GET to Challenge endpoint

2021-09-10 Thread Ilari Liusvaara
On Fri, Sep 10, 2021 at 04:19:41PM +0100, Joshua Van Leeuwen wrote: > Hi all, > > I am a developer for the cert-manager project > which is an operator for issuing > certificates in Kubernetes. > > I am reaching out as I have a question regarding perhaps some ambiguity in

[Acme] ACME RFC - POST-as-GET to Challenge endpoint

2021-09-10 Thread Joshua Van Leeuwen
Hi all, I am a developer for the cert-manager project which is an operator for issuing certificates in Kubernetes. I am reaching out as I have a question regarding perhaps some ambiguity in the ACME RFC. cert-manager implements an ACME client for requesting certificates