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.
2 parents b2b9b44 + 4381b69 commit 427b880Copy full SHA for 427b880
examples/certificate-authority.yaml
@@ -52,7 +52,7 @@ spec:
52
valueFrom:
53
configMapKeyRef:
54
name: ca.config
55
- key: ca.clientCert.expiryHours
+ key: ca.serverCert.expiryHours
56
volumeMounts:
57
- name: config
58
mountPath: /config
examples/config/ca-config
@@ -1,3 +1,5 @@
1
ca.node.profile=server
2
ca.client.profile=client
3
-ca.endpoint=certificate-authority:8080
+ca.endpoint=certificate-authority:8080
4
+ca.serverCert.expiryHours=24
5
+ca.clientCert.expiryHours=24
0 commit comments