Giter Site home page Giter Site logo

Comments (3)

jmccl avatar jmccl commented on September 25, 2024

tls-alpn-01 is substantially more complicated than http-01 as you need to create a self-signed certificate rather than just responding with a value as with http-01. In addition my setup (and most others, I think) would require a web server restart to pick up the certificate used in validation.

The real advantage of this protocol seems to be that you don't need port 80 available. LE says the following.

This challenge is not suitable for most people. It is best suited to authors of TLS-terminating reverse proxies that want to perform host-based validation like HTTP-01, but want to do it entirely at the TLS layer in order to separate concerns. Right now that mainly means large hosting providers...

https://letsencrypt.org/docs/challenge-types/

dns-01 would be much simpler to support and does provide the advantage of allowing wild-card certs to be issued. However, in the absence of somebody actually wanting to use this it's not the kind of thing I'd put in the code 'just in case.'

from acme-lw.

ksdhans avatar ksdhans commented on September 25, 2024

Of course tls-alpn-01 is more complicated. The use case I've seen for it, is for those whose ISP block port 80.

In terms of supporting it, I was thinking about support in acme-lw's internal library, because that's the part I'm considering using. I forgot about the command-line tool.

Adding support in the library should be relatively easy (ignoring testing), because the actual TLS-ALPN implementation is up to the external code called via the callback. It might be an idea if the callback could indicate that it's not supported, though.

from acme-lw.

jmccl avatar jmccl commented on September 25, 2024

I really don't think this is a use case I'm interested in supporting, especially given the complexity. Feel free to fork it.

from acme-lw.

Related Issues (12)

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.