Coder Social home page Coder Social logo

Comments (4)

buchdag avatar buchdag commented on June 12, 2024

Hi.

Could you please provide more info about your setup ?

nginx-proxy's Docker configuration

Please provide the configuration (either command line, compose file, or other) of your nginx-proxy stack and your proxied container(s).

You can obfuscate information you want to keep private (and should obfuscate configuration secrets) such as domain(s) and/or email adress(es), but other than that please provide the full configurations and not the just snippets of the parts that seem relevants to you.

from acme-companion.

egormkn avatar egormkn commented on June 12, 2024

I have the same issue with v2.2.10.

if [[ -n "${accountemail// }" ]] && ! grep -q "mailto:$accountemail" "$account_file"; then

Here grep tries to find account file in /etc/acme.sh/***@***.com/ca/acme-v02.api.letsencrypt.org/directory/account.json, while there is no directory directory in my acme.sh volume:

user@server:~$ docker exec -it nginx-proxy-acme /bin/sh -c "tree /etc/acme.sh/***@***.com"
/etc/acme.sh/***@***.com
├── account.conf
├── ca
│   └── acme-v02.api.letsencrypt.org
│       ├── account.json
│       ├── account.key
│       └── ca.conf
(... other directories for hostnames here...)

from acme-companion.

buchdag avatar buchdag commented on June 12, 2024

There were no changes to account related code between 2.2.9 and 2.2.10. Actually the only change to the service between those two versions was making sure that we don't remove symlinks to the default certificate.

Are you certain you did not temporarily use latest with the same acme.sh volume ?

In latest we switched to acme.sh version 3.0.7 which does change the account structure in /etc/acme.sh, and this change is not reverted when going back to acme-companion 2.2.10.

from acme-companion.

clarkbalan avatar clarkbalan commented on June 12, 2024

Hi, sorry I am of not much help. I've been using image: nginxproxy/acme-companion:2.2.9 since I had that original issue, and have not had a chance to test with new. If I get a chance to provide you with some more logs for this when I update I will be sure to update here. Sorry I know not too helpful.

from acme-companion.

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.