diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-04 13:55:16 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-04 13:55:16 +0200 |
commit | 948860e1e5972d9f091d8a29abc3e8eded3be8e3 (patch) | |
tree | 7306ef4394950387f965225621a6044685102fde /res/about/help.gmi | |
parent | 2f24fe339d70844e8cb25fa52dc91631cd4372a8 (diff) |
Update Help and release notes
Diffstat (limited to 'res/about/help.gmi')
-rw-r--r-- | res/about/help.gmi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi index 0256fed2..12da980b 100644 --- a/res/about/help.gmi +++ b/res/about/help.gmi | |||
@@ -218,7 +218,11 @@ As the sidebar is not keyboard-navigable, note that identities can also be acces | |||
218 | 218 | ||
219 | ### 1.6.3 Importing existing certificates | 219 | ### 1.6.3 Importing existing certificates |
220 | 220 | ||
221 | 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: | 221 | To import an existing X.509 certificate as an identity, press ${SHIFT+}${CTRL+}I or click on 👤 and select "Import..." (macOS: Identities menu → Import...). |
222 | |||
223 | When the Import Identity dialog opens, it checks the currently open page for any certificates and private keys in PEM format. If found, these are automatically loaded in. You can also press ${CTRL+}V to paste PEM-formatted certificates and/or private keys, or drag-and-drop a PEM-formatted .crt/.key files on the Lagrange window while the dialog is open. | ||
224 | |||
225 | Alternatively, you can manually copy the certificate files so Lagrange can find them. 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; it is platform-specific) 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: | ||
222 | * mycert.crt | 226 | * mycert.crt |
223 | * mycert.key | 227 | * mycert.key |
224 | Lagrange will add a note to the imported identities to mark them as "Imported". | 228 | Lagrange will add a note to the imported identities to mark them as "Imported". |