💾 Archived View for rawtext.club › ~sloum › geminilist › 002735.gmi captured on 2020-09-24 at 02:55:02. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2020-09-24)
-=-=-=-=-=-=-
skyjake skyjake at dengine.net
Tue Sep 15 17:55:25 BST 2020
- - - - - - - - - - - - - - - - - - -
On 15. Sep 2020, at 15:52, colecmac at protonmail.com wrote:
Also, it seems you've added client certs just since you sent your first email? It would be nice if I could import them though.
Importing existing certificates is already possible, although there is no UI for it yet and there are some requirements for the files. I added this to the Help page:
At launch, Lagrange looks through its "idents" directory to see if any new certificates have been copied there. (See "Runtime files" below for the location.) The file format must be PEM. Both a certificate (.crt) and its private key (.key) must be found in "idents" and they must have matching file names. For example:* mycert.crt* mycert.keyLagrange will add a note to the imported identities to mark them as "Imported".``` On Linux, the directory is "~/.config/lagrange/idents/". --jaakko