GithubHelp home page GithubHelp logo

Comments (7)

tobychui avatar tobychui commented on September 25, 2024

@Korenchkin You have hit the rate limit by Let's Encrypt. You can use wildcard certificate with DNS challenge or put all the subdomains / hostname into a single certificate (i.e. generate certificate with multiple subdomains, separated by comma like sub1.example.com,sub2.example.com, (and the rest of your 17 host names).

If you are migrating from Caddy to Zoraxy (which we usually recommend advance users to move from Zoraxy to Caddy instead), you do not generate a set of new certificates. Instead, you should migrate the certificate from your old setup to the new one following this guide here.

from zoraxy.

Korenchkin avatar Korenchkin commented on September 25, 2024

This i understand and i had imported rest of the certificates,but in the end this bug remains,you seem to create new letsencrypt login for each certificate,otherwise i would have 1 or 2 new registration (i was testing) on my ip...

what happens on renew if i have 20 certificates ending at the same time?renew 10,fails rest and retry next day?

I.e. no cached login means new registration for each certificate,cached login means one registration for 20 certificates and no problem(or other limits might apply,but probably much higher)

Or do i understand it wrong how letsencrypt work?

from zoraxy.

tobychui avatar tobychui commented on September 25, 2024

@Korenchkin I don't know what do you mean by login. You do not need to login to anything to use Let's Encrypt. If you have 20 sites that needed to be served over TLS / HTTPS, use a cert that contains multiple hostname (SAN certificate). Zoraxy support generating SAN certificate via Lets Encrypt so I am not sure what is your problem here.

from zoraxy.

Korenchkin avatar Korenchkin commented on September 25, 2024

you don't need login,but you should use it once you get it,if you try caddy for example,create some server and find /|grep 'servername' to locate,where it is,in the same location (for me /var/lib/caddy/.local/share/caddy/acme/acme-v02.api.letsencrypt.org-directory/users/'email'/'namebefore@'. json and key,this is your login
if you create new login (i believe you create,maybe without knowing it) for each certificate,you hit limit after 10 certificates(10 new logins)
key is just small ~200bytes private key

edit: in caddy i have one name per certificate,i prefer it for security reasons(if you look on certificate,you don't know what other servers i have)

from zoraxy.

tobychui avatar tobychui commented on September 25, 2024

Hmmm, Lets ping the ACME module author and ask for his opinion @yeungalan .

from zoraxy.

yeungalan avatar yeungalan commented on September 25, 2024

Hi, it sounds like you hit Let's Encrypt's registration limit. Which is 10 accounts per IP address every 3 hours, to reduce the amount of repeated registration you may try to merge your domains into a single certificate and that should resolve your issue

https://letsencrypt.org/docs/too-many-registrations-for-this-ip/

from zoraxy.

yeungalan avatar yeungalan commented on September 25, 2024

checking in to improve this procedure

from zoraxy.

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.