Skip to content

Commit 0b64c0e

Browse files
committed
switch from rsa to ecdsa
its equally safer and its generally faster Signed-off-by: Rui Lopes <[email protected]>
1 parent 1a90450 commit 0b64c0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/compose/tls/ca-csr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"CN": "Tinkerbell CA",
33
"key": {
4-
"algo": "rsa",
5-
"size": 2048
4+
"algo": "ecdsa",
5+
"size": 256
66
},
77
"names": [
88
{

deploy/compose/tls/csr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"localhost"
1111
],
1212
"key": {
13-
"algo": "rsa",
14-
"size": 2048
13+
"algo": "ecdsa",
14+
"size": 256
1515
},
1616
"names": [
1717
{

0 commit comments

Comments
 (0)