Git Product home page Git Product logo

Comments (5)

FlyThePlanet avatar FlyThePlanet commented on June 12, 2024 1

This error is probably due to an incorrect change made in:

6bfa43d#diff-2250760016a00c9ac1697a3e6509ae5ddc7ab2b22623a7772c5349d5d384c7b6L45-R42

From chmod() to changeOwner() instead of changePermissions().

I confirm!
IMO, @osirisinferi 's fix is correct.

In acme-client/src/Stores/KeyStore.php, I replaced...
yield File\changeOwner($file, 0600);
by...
yield File\changePermissions($file, 0600);
and I could issue the certificate.

Thanks @osirisinferi !

from acme-client.

kelunik avatar kelunik commented on June 12, 2024 1

Thanks! I've released 1.0.0 Beta 2 with a fix.

from acme-client.

osirisinferi avatar osirisinferi commented on June 12, 2024

This error is probably due to an incorrect change made in:

6bfa43d#diff-2250760016a00c9ac1697a3e6509ae5ddc7ab2b22623a7772c5349d5d384c7b6L45-R42

From chmod() to changeOwner() instead of changePermissions().

from acme-client.

kelunik avatar kelunik commented on June 12, 2024

@osirisinferi The code you linked changed from chown to changeOwner, not from chmod, but I guess it's the -1 which should be null now?

from acme-client.

FlyThePlanet avatar FlyThePlanet commented on June 12, 2024

@kelunik , his detailed suggestion is here...
https://community.letsencrypt.org/t/error-in-issuing-certificates-with-kelunik-acme-client-on-hostinger/157446/10?u=ftp

from acme-client.

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.