Closed anthonydba closed 3 months ago
Not sure what you exactly tried to do, but there is no such feature in KSE. This is not a keystore format, so opening such a file will lead to an error. There is a key pair import feature for a variety of formats which you could have used here but it requires the key and the certificates in separate files. If you are only interested in the certificates there are two features in KSE that you could use here: "Examine File" or "Import Trusted Certificate".
I'll interpret this as a feature request and there has already been a similar one. So, I'll close this issue. If I have misunderstood you, simply answer accordingly and I will re-open it.
Thanks for the explanation. Very helpful and complete reply.
Regards, Anthony
On Fri, Jul 26, 2024 at 4:41 PM Kai Kramer @.***> wrote:
Not sure what you exactly tried to do, but there is no such feature in KSE. This is not a keystore format, so opening such a file will lead to an error. There is a key pair import feature for a variety of formats which you could have used here but it requires the key and the certificates in separate files. If you are only interested in the certificates there are two features in KSE that you could use here: "Examine File" or "Import Trusted Certificate".
I'll interpret this as a feature request and there has already been a similar one https://github.com/kaikramer/keystore-explorer/issues/402. So, I'll close this issue. If I have misunderstood you, simply answer accordingly and I will re-open it.
— Reply to this email directly, view it on GitHub https://github.com/kaikramer/keystore-explorer/issues/507#issuecomment-2253651147, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALPN4UYV3T7SYN3UONEAVWTZOLNBXAVCNFSM6AAAAABLRIOTTSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJTGY2TCMJUG4 . You are receiving this because you authored the thread.Message ID: @.***>
Describe the bug The if the PEM file includes ca: | certificate: | or private_key: | it comes up as an invalid format where as in Mac Keychain Access it is able to read the CA's
To Reproduce pem file with following format:
ca: | -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- certificate: | -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- private_key: | -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----
Expected behavior Simply be able to read the certs.
Environment