New issue
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
writeout: add %{certs} and %{num_certs} #10019
Conversation
I have also verified that saving this output for a self-sign host in a file works fine to use with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add at least one new test containing one certificate, because with the current approach, only a fraction of this code gets tested, as several branches are not even entered due to the lack of certificates.
Let users get the server certificate chain using the command line Closes #10019
Let users get the server certificate chain using the command line Closes #10019
Let users get the server certificate chain using the command line Closes #10019
Also add to FILEFORMAT.md
Let's users get the server certificate chain using the command line
Demo