summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/about/help.gmi7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index ebae8846..179f85e1 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -565,11 +565,12 @@ Persistent configuration variables. The file is rewritten when the application i
565### state.lgr 565### state.lgr
566A binary file that contains the current state of the application: open tabs and their scroll positions, and navigation history with cached page content (up to the configured cache limit). You may delete this file when the application is not running to close all tabs and clear the page content cache. 566A binary file that contains the current state of the application: open tabs and their scroll positions, and navigation history with cached page content (up to the configured cache limit). You may delete this file when the application is not running to close all tabs and clear the page content cache.
567 567
568### trusted.txt 568### trusted.2.txt
569Trusted server certificates. Each line specifies the certificate fingerprint of one domain: 569Trusted server certificates. Each line specifies the certificate fingerprint of one server:
570> {domain} {valid-until} {fingerprint} 570> {domain};{port} {valid-until} {fingerprint}
571* Domain names are stored in punycode format if they contain non-ASCII characters. 571* Domain names are stored in punycode format if they contain non-ASCII characters.
572* The "valid until" expiration date is a UNIX timestamp. 572* The "valid until" expiration date is a UNIX timestamp.
573* The fingerprint is an SHA256 checksum of the server certificate's public key in DER format.
573 574
574### visited.2.txt 575### visited.2.txt
575The combined navigation history of all tabs. Each line specifies one URL: 576The combined navigation history of all tabs. Each line specifies one URL: