We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hostAliases
1 parent efcf934 commit 8903e76Copy full SHA for 8903e76
1 file changed
values/step-certificates/prod-values.example.yaml
@@ -19,6 +19,12 @@ step-certificates:
19
# - name: STEPDEBUG
20
# value: "1"
21
22
+ # Set `hostAliases` to fix certificate revocation. This enables certificate revocation from within the Smallstep pod:
23
+ # step ca revoke --ca-url=https://acme.local.domain:9000 <serial-number> # Adjust the domain as needed
24
+ # hostAliases:
25
+ # - ip: 127.0.0.1
26
+ # hostnames: [acme.local.domain] # Adjust the domain as needed
27
+
28
# ingress:
29
# enabled: true
30
# annotations:
0 commit comments