Uh oh!
There was an error while loading. Please reload this page.
feat: Add Certificate::from_der + Certificate::from_pem - #302
feat: Add Certificate::from_der + Certificate::from_pem#302blacktea1105 wants to merge 3 commits into
Conversation
djc
commented
Dec 19, 2024
What is your use case? I wrote in #293:
And instead you open another PR that's similar to #293 rather than doing as asked. |
blacktea1105
commented
Dec 19, 2024
Sorry for the confusion earlier! I initially thought the leaf certificate invalidity was due to the fingerprint mismatch between the root trust CA certificate in the OS (create and save PEM to file/DB) and the restore/resingned certificate from PEM (after several tests, I found this wasn't the case). My problem has been resolved (my mistake). Perhaps I should close this PR now? Thank you very much for your reply and assistance! |
Related to #274 Add Certificate::from_der + Certificate::from_pem.