summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-01-04 13:55:16 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-01-04 13:55:16 +0200
commit948860e1e5972d9f091d8a29abc3e8eded3be8e3 (patch)
tree7306ef4394950387f965225621a6044685102fde /res
parent2f24fe339d70844e8cb25fa52dc91631cd4372a8 (diff)
Update Help and release notes
Diffstat (limited to 'res')
-rw-r--r--res/about/help.gmi6
-rw-r--r--res/about/version.gmi1
2 files changed, 6 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
221At 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: 221To import an existing X.509 certificate as an identity, press ${SHIFT+}${CTRL+}I or click on 👤 and select "Import..." (macOS: Identities menu → Import...).
222
223When 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
225Alternatively, 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
224Lagrange will add a note to the imported identities to mark them as "Imported". 228Lagrange will add a note to the imported identities to mark them as "Imported".
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 4f9a394b..5a4d4aec 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,6 +7,7 @@
7# Release notes 7# Release notes
8 8
9## 1.1 9## 1.1
10* Added identity importing: existing client certificates in PEM format can be imported from the current page, from clipboard, or from drag-and-dropped files.
10* Added a bold UI font. It is used for unread feed entries and default dialog buttons. 11* Added a bold UI font. It is used for unread feed entries and default dialog buttons.
11* Added support for Finger links (courtesy of John Cowan). 12* Added support for Finger links (courtesy of John Cowan).
12* Remote bookmarks are grouped under their source in the bookmark list. 13* Remote bookmarks are grouped under their source in the bookmark list.