Coder Social home page Coder Social logo

Comments (6)

grahamc avatar grahamc commented on June 7, 2024

With NixOS 21.05 you can work around this by preferring their shorter chain:

   security.acme = {
     acceptTerms = true;
     email = "[email protected]";
-    certs."${domain}".keyType = "rsa4096";
+    certs."${domain}" = {
+      keyType = "rsa4096";
+      extraLegoRunFlags = [
+        # re: https://community.letsencrypt.org/t/production-chain-changes/150739/1
+        # re: https://github.com/ipxe/ipxe/pull/116
+        # re: https://github.com/ipxe/ipxe/pull/112
+        # re: https://lists.ipxe.org/pipermail/ipxe-devel/2020-May/007042.html
+        "--preferred-chain" "ISRG Root X1"
+      ];
+    };
   };

from ipxedust.

tstromberg avatar tstromberg commented on June 7, 2024

I noticed that ipxe/ipxe#116 was merged. I believe this should be fixable by simply upgrading which version of ipxe we use.

from ipxedust.

nshalman avatar nshalman commented on June 7, 2024

I noticed that ipxe/ipxe#116 was merged. I believe this should be fixable by simply upgrading which version of ipxe we use.

Uh, am I missing something? It doesn't look merged to me...

from ipxedust.

mmlb avatar mmlb commented on June 7, 2024

Should we just apply the patch ourselves? How would you like to proceed @nshalman?

from ipxedust.

nshalman avatar nshalman commented on June 7, 2024

I'm not sure. I think we've worked around this in our production environment by preferring the alternate chain.
I think we can wait-and-see a little longer in case upstream finally merges that change and then we can just advance to the latest.

Also, given tinkerbell/smee#213 and a desire to re-work how we handle our iPXE builds, perhaps we should defer any changes for this to when we have a broken-out iPXE build...

from ipxedust.

vielmetti avatar vielmetti commented on June 7, 2024

I spent some time looking at the current situation for this issue, looking especially for projects that have successsfully worked around this, projects which are carrying the PR 116 patch, and organizations that are blocked for whatever reason.

workarounds

  • Flatcar uses the "ISRG Root X1" chain, per flatcar/Flatcar#527
  • NixOS uses the "ISRG Root X1" chain, as above. #53

carrying the patch

blocked

from ipxedust.

Related Issues (13)

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.