Git Product home page Git Product logo

Comments (4)

bwurst avatar bwurst commented on August 15, 2024 1

The error message says that you are using the same key as account.key and domain.key. See steps 1 and 2 in readme. These steps are to create two seperate keys.

The LE client also creates two key pairs. Which one did you use and how did you convert it?
If you do not know exactly what private keys are and how to use them, you'd better use the official LE client.

from acme-tiny.

mbehrle avatar mbehrle commented on August 15, 2024

The error message says that you are using the same key as account.key and domain.key.
See steps 1 and 2 in readme. These steps are to create two seperate keys.

The domain. key is what I missed indeed. Works now like a charm, thanks.

The LE client also creates two key pairs. Which one did you use and how did you convert it?

Of course I wanted to keep the account key tied to my first registration (this remained after an unsuccessful attempt to get a certificate with the le client running on a local machine, because I exactly didn't want to perform the procedure on the server). This left 0000_key-letsencrypt.pem in /etc/letsencrypt/keys, which I used for authentication (and erroneously as the domain.key).

from acme-tiny.

mikemix avatar mikemix commented on August 15, 2024

Thread high in Google search results ;) The documentation is somewhat vague on this topic.. or simply I didn't read too carefully. For anyone still having this problem. You need two different private keys! Eg:

openssl genrsa 4096 > letsencrypt-account.key
openssl genrsa 4096 > domain.key

That LetsEncrypt's explicit requirement. Only sign the CSR with the domain.key, use letsencrypt-account.key with this excellent tool to register the account. Good luck.

from acme-tiny.

olmari avatar olmari commented on August 15, 2024

I don't think documentation is vague on this subject at least in acme-tiny readme, which quite clearly has step by step instructions, including generating account key or converting already existing one, and then generating certificate key.

from acme-tiny.

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.