Skip to content

Commit

Permalink
add private key size 4096 to certs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill-Garbar committed Apr 8, 2024
1 parent 4abefd9 commit ba1f6a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/manifests/etcdcluster-with-external-certificates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ spec:
- test-client.default.svc.cluster.local
- localhost
- "127.0.0.1"
privateKey:
rotationPolicy: Always
algorithm: RSA
size: 4096
issuerRef:
name: ca-issuer-server
---
Expand Down Expand Up @@ -156,6 +160,10 @@ spec:
- test-2.test.default.svc.cluster.local
- localhost
- "127.0.0.1"
privateKey:
rotationPolicy: Always
algorithm: RSA
size: 4096
issuerRef:
name: ca-issuer-peer
---
Expand All @@ -171,6 +179,10 @@ spec:
- "signing"
- "key encipherment"
- "client auth"
privateKey:
rotationPolicy: Always
algorithm: RSA
size: 4096
issuerRef:
name: ca-issuer-server
kind: Issuer

0 comments on commit ba1f6a4

Please sign in to comment.