Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Out-of-band challenge #111

Closed
bifurcation opened this issue Apr 4, 2016 · 2 comments
Closed

Out-of-band challenge #111

bifurcation opened this issue Apr 4, 2016 · 2 comments
Milestone

Comments

@bifurcation
Copy link
Contributor

We need a challenge type to cover types of validation that can't be done automatically, in band to ACME. For example, a CA doing OV or EV validation might need the applicant to upload some documents through a web form. We should add a generic "out-of-band" challenge type that has a URL for a web site where the applicant gan go for instructions. I think the challenge object would look something like:

{
  "type": "out-of-band",
  "url": "https://example.com/papers-please"
}

There would be no response object; you just click the link, and when you complete the instructions there, the CA reflects this in the "status" field of the challenge object.

@ebekker
Copy link

ebekker commented Apr 4, 2016

A few months back I wrote up a proposal for this idea -- the hope is that ACME could evolve to become the language that all cert issuers talk to support a standard for cert management and exchange.

@hardie
Copy link
Contributor

hardie commented Apr 4, 2016

At IETF 95, agreed that this seemed reasonable to pursue, but needs to have a PR that describes what the URI characteristics are.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants