We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are some situations where we need the server's CA bundle, for instance when:
To fulfill this requirement a new command/sub-command must be added to spire-server which usage is detailed as follows:
$ spire-server bundle show
This must print to standard output the server's CA bundle in PEM format.
The text was updated successfully, but these errors were encountered:
New spire-server command to print its bundle to stdout in PEM format (#…
544faa4
…399) Fixes #393
martincapello
No branches or pull requests
There are some situations where we need the server's CA bundle, for instance when:
To fulfill this requirement a new command/sub-command must be added to spire-server which usage is detailed as follows:
This must print to standard output the server's CA bundle in PEM format.
The text was updated successfully, but these errors were encountered: