Just in case you're coming across this with the recent LetsEncrypt chain 
update, you can work around this by preferring the shorter chain in 
https://community.letsencrypt.org/t/production-chain-changes/150739/1 via the 
lego flags: `--preferred-chain "ISRG Root X1"`. On NixOS this is provided via:

```nix
   security.acme.certs."${domain}".extraLegoRunFlags = [
        "--preferred-chain" "ISRG Root X1"
   ];
```

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/116#issuecomment-862709507
_______________________________________________
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo/ipxe-devel

Reply via email to