-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to request 4096 RSA Key #336
Comments
Hi, I'm using this awesome tool too ! Any news about allowing a 4096 encryption strength ? |
Unfortunately, out of the box, the in-built private key generator is fixed at 2048-bit. However, if you use an external tool, such as this one to generate a private key in PEM format first, you can specify the key length on it, then input that into the |
Any chance you review the PR ? I would love to give a try to a new version to generate certificate with 4096 bits key. |
The PR has been merged and new versions of PWSH modules rebuilt. Can you test the pre-release versions to make sure it works for you: https://www.myget.org/gallery/acmesharp-posh-staging If you confirm, I'll publish to the gallery, thanks! |
Just tested it and it works like a charm ! I used the -NumBits4096 flag when calling the New-Certificate commandlet and i now have a certificate signed with a 4096 bits key. |
@daveyyoung have you tried the pre-release version ? Can you make a feedback so @ebekker will be able to push it to the gallery for everyone ;) |
Hey @Macharius92 , just tested there with a SAN certificate and the -NumBits4096 parameter. Worked effortlessly, thanks to you both for the development! |
Awesome project, I'm using your PowerShell module with good results for SAN certs...
Following on from this thread:
win-acme/win-acme#29 (comment)
It would be great to be able to up the key size from the default 2048 to 4096 for increased security.
Cheers,
D
The text was updated successfully, but these errors were encountered: