Comment by 🦂 zzo38
Re: "Hello! Can client certificates from Elaho be imported into…"
PEM is a base64 encoding with a header and footer telling that it is a X.509 certificate; if it is a binary format then you can convert it to base64 and add the header and footer. (Note: The first byte of the binary data will be 0x30 to indicate a ASN.1 SEQUENCE. If it isn't, then you can know it is wrong.) However, you will also need the private key, which might be a separate file; the certificate alone cannot be used to authenticate.
Feb 06 · 3 months ago
Original Post
Hello! Can client certificates from Elaho be imported into Lagrange? I realise this is perhaps more of an Elaho question than a Lagrange question but I dip into Gemini so infrequently that I didn’t notice Elaho was deprecated, and I couldn’t find any active support channel. Perhaps it’s also a success story for Gemini that an unmaintained client still works (there’s been no feature churn for it to keep up with).