wrong key size

This commit is contained in:
Jörn-Michael Miehe 2022-04-02 00:44:27 +00:00
parent 8079036c75
commit 054b351435

View file

@ -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",