We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4c220 commit 920ca7cCopy full SHA for 920ca7c
charts/hub-agent/templates/certificate.yaml
@@ -40,15 +40,14 @@ spec:
40
41
# Private key configuration
42
privateKey:
43
- algorithm: RSA
44
- size: 4096
+ algorithm: ECDSA
+ size: 256
45
46
# Key usages
47
usages:
48
- digital signature
49
- key encipherment
50
- server auth
51
- - client auth
52
---
53
# Self-signed issuer for generating the certificate
54
apiVersion: cert-manager.io/v1
0 commit comments