Git Product home page Git Product logo

Comments (2)

keppler avatar keppler commented on June 2, 2024

I noticed that the spec under the "Latest version" link seems to be
different than the other one specified in the README (ietf-wg-acme/acme
https://github.com/ietf-wg-acme/acme) as well as in the "guidelines
for contributing." For instance, challenges have entirely different
names ("simpleHttp" vs "http-01", "dvsni" vs "tls-sni-01").

"simpleHttp" and "http-01" are actually different methods, not just
different names.

SimpleHttp:
https://letsencrypt.github.io/acme-spec/#rfc.section.7.1
-> returned JWS contains "type" and "tls", token is used only for
filename

http-01:
https://tools.ietf.org/html/draft-ietf-acme-acme-01#page-38
-> returned JWS contains "keyAuthorization"
(which is the token + "." + account key)

Would it be possible to add a clarification to the README about why
there are different version of the spec around? This is currently the
top Google result for "acme spec" and though there's already a warning
perhaps something stronger would be better if the "Latest version" link
isn't up to date?

I second that. It's really confusing for implementation.
Please also note if "simpleHttp"/"dvsni" is considered as deprecated.

Best regards

-Klaus

from acme-spec.

jsha avatar jsha commented on June 2, 2024

Good point. "simpleHttp" and "dvsni" are in fact considered deprecated.

from acme-spec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.