Giter Site home page Giter Site logo

Comments (2)

glatzert avatar glatzert commented on July 22, 2024

The ACME Protocol does not set a key length during the creation of an order. The order describes which identifiers (~DNS names) you want to have in your certificate. And for which you need to fulfill the challenges.

After you completed the challenges, it's up to you to create a certificate key.
You do this with New-ACMECertificateKey -Path "$stateDir\$dnsName.key.xml"; (see sample from the readme.md of this repository). The command will have a key size of 2048. While the key size is meant to be settable, currently the Cmdlet will only allow 2048 for the KeySize parameter, since LE will not allow any other size.

The cmdlets all come with documentation, so get-help will show you all parameters for all commands with a short explanation, but feel free to open issues, if something is not clear about the cmdlets.

from acme-ps.

ebekker avatar ebekker commented on July 22, 2024

According to this it looks like the supported RSA key sizes by Let's Encrypt are 2048, 3072, and 4096.

from acme-ps.

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.