mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
RSA key 4096 #146
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @venigo on GitHub (Sep 15, 2016).
Howto set all certs on 4096 to get a better score?
I run the script like ./letsencrypt.sh -c
The output:
@lukas2511 commented on GitHub (Sep 15, 2016):
The certificates generated by this script are using 4096 bit RSA keys by default, the 2048 bit key ist the root CA key which was generated by Let's Encrypt.
@venigo commented on GitHub (Sep 15, 2016):
Thank you for the reply,
So how can I fix this (not an expert user).
Remove the 2 2048 bit ca keys? How?
2016-09-15 10:43 GMT+02:00 Lukas Schauer notifications@github.com:
@venigo commented on GitHub (Sep 15, 2016):
Is it in the sh script..
Is it possible to add --rsa-key-size 4096?
@minagerges commented on GitHub (Sep 15, 2016):
@venigo , there is no further action required from your side or this repository owner, everything is working as it should and as you expect.
You can not change anything related to the intermediate cert or ca cert.
Google is your friend to get more knowledge on digital certs.