wrong key size
This commit is contained in:
parent
8079036c75
commit
054b351435
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class EasyRSA:
|
||||||
},
|
},
|
||||||
KeyAlgorithm.rsa4096: {
|
KeyAlgorithm.rsa4096: {
|
||||||
"EASYRSA_ALGO": "rsa",
|
"EASYRSA_ALGO": "rsa",
|
||||||
"EASYRSA_KEY_SIZE": "2048",
|
"EASYRSA_KEY_SIZE": "4096",
|
||||||
},
|
},
|
||||||
KeyAlgorithm.secp256r1: {
|
KeyAlgorithm.secp256r1: {
|
||||||
"EASYRSA_ALGO": "ec",
|
"EASYRSA_ALGO": "ec",
|
||||||
|
|
Loading…
Reference in a new issue