Skip to content

Commit 920ca7c

Browse files
Wei WengWei Weng
authored andcommitted
better cert configuration
Signed-off-by: Wei Weng <Wei.Weng@microsoft.com>
1 parent 3a4c220 commit 920ca7c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

charts/hub-agent/templates/certificate.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,14 @@ spec:
4040

4141
# Private key configuration
4242
privateKey:
43-
algorithm: RSA
44-
size: 4096
43+
algorithm: ECDSA
44+
size: 256
4545

4646
# Key usages
4747
usages:
4848
- digital signature
4949
- key encipherment
5050
- server auth
51-
- client auth
5251
---
5352
# Self-signed issuer for generating the certificate
5453
apiVersion: cert-manager.io/v1

0 commit comments

Comments
 (0)