Skip to content

Commit 8903e76

Browse files
authored
docs(step-certificates): document usage of hostAliases value (#738)
1 parent efcf934 commit 8903e76

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

values/step-certificates/prod-values.example.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ step-certificates:
1919
# - name: STEPDEBUG
2020
# value: "1"
2121

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+
2228
# ingress:
2329
# enabled: true
2430
# annotations:

0 commit comments

Comments
 (0)