cli
cli copied to clipboard
add jq to docker images
- adds
jqto installed packages for parsingjsonendpoints on step-ca - tested as working in an Alpine LXD
Name of feature:
- improve dependencies
Pain or issue this feature alleviates:
- adds the ability to parse
jsonendpoints in step-ca (I'm building a web fingerprint with step-cli / caddy containers so clients can always bootstrap)
Is there documentation on how to use this feature? If so, where?
- I'll probably add some more docs after I have it working well
In what environments or workflows is this feature supported?
- containers
Supporting links/other PRs/issues:
so the current fingerprint can always be queried from a container
💔Thank you!
- command tested with
jqin an Alpine LXD
Thank you, @itoffshore!