-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
UI: PKI show missing info on generated certificate #21635
Conversation
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.
lgtm! thanks for tackling!
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.
Thank you! 🥳
FYI @kiannaquach and @cipherboy I removed the "download each value" piece from this PR -- it turned larger than expected and to keep this backportable I'm going to address that in a different ticket 😄 |
This PR shows information from a generated certificate that was previously missing, including
private_key
,issuing_ca
,ca_chain
.Before
After