Skip to content

Commit 427b880

Browse files
authored
Merge pull request #71 from utilitywarehouse/fix-example-config
Fix expiryHours ca-config
2 parents b2b9b44 + 4381b69 commit 427b880

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/certificate-authority.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
valueFrom:
5353
configMapKeyRef:
5454
name: ca.config
55-
key: ca.clientCert.expiryHours
55+
key: ca.serverCert.expiryHours
5656
volumeMounts:
5757
- name: config
5858
mountPath: /config

examples/config/ca-config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
ca.node.profile=server
22
ca.client.profile=client
3-
ca.endpoint=certificate-authority:8080
3+
ca.endpoint=certificate-authority:8080
4+
ca.serverCert.expiryHours=24
5+
ca.clientCert.expiryHours=24

0 commit comments

Comments
 (0)