-
Notifications
You must be signed in to change notification settings - Fork 278
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
Export Selected Certificates #489
Comments
Hi @jgrateron and all, Here is a minor remark:
To debate... Another question:
Regards, |
In the tooltip I want to express the intention if the user wants me to sort the certificates according to their hierarchy.
The screens are of different tests, but if you select 4, they are 4 PEMs. |
I like it, just some questions:
|
At first I was using the X509CertUtil.orderX509CertChain function to create the inheritance structure, but if the certificates were not related then I would only get those that do meet the condition, so I made a new function X509CertUtil.orderX509CertsChain that orders and adds to the end those that are not related to any, so as you mention it is no longer necessary to sort that option since it always returns all certificates.
Yes, for example
I wasn't taking that into consideration, I'll make the adjustments. Thank you very much for your comments |
[Just for traceability,] here is the corresponding PR: (Thank @jgrateron) |
…tionality To follow: - kaikramer#489 - kaikramer#490 Here is a PR in order to adding/updating the French Resources for 'Export Selected Certificates' functionality.
I can do this action to export the selected certificates in PEM format and save it to a file, there may also be the option to order from issuer to issuer or not order, I use this a lot to create the full chain.
The text was updated successfully, but these errors were encountered: