Introduction
Introduction Statistics Contact Development Disclaimer Help
man: Add TLS description - sacc - sacc - sacc(omys), simple console gopher clie…
git clone git://git.codemadness.org/sacc
Log
Files
Refs
LICENSE
---
commit c3638488ce9b1d5d23e33f292710a35d14a6cc72
parent 8b2a2eaf79da098717fe9a7d87fca9fa1f6c6579
Author: Quentin Rameau <[email protected]>
Date: Sat, 15 Oct 2022 23:19:06 +0200
man: Add TLS description
Thanks to Hiltjo for the suggestion!
Diffstat:
M sacc.1 | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/sacc.1 b/sacc.1
@@ -1,10 +1,9 @@
-.TH SACC 1 2022-04-11 %VERSION%
+.TH SACC 1 2022-10-15 %VERSION%
.SH NAME
sacc \- a terminal gopher client
.SH SYNOPSIS
.B sacc
.IR URL
-.PP
.SH DESCRIPTION
.B sacc
(short for saccomys)
@@ -12,6 +11,14 @@ is a terminal gopher client. Gopher is a simple protocol to …
hierarchical information. The protocol is defined in
.I RFC 1436
(Gopher).
+.PP
+.B sacc
+also supports non-standard TLS encryption,
+if built with TLS support,
+with the gophers:// scheme.
+It will search the
+.B ~/.share/sacc/cert
+directory for local certificates.
.SH SHORTCUTS
Shortcuts can be redefined in the
.BR config.h .
@@ -87,6 +94,15 @@ Note that sacc takes back control of the screen
as soon as the pager finishes.
In case of doubt,
read your pager documentation.
+.PP
+If built with TLS support,
+.B sacc
+will search for local TLS certificates
+in the directory set in the
+.B SACC_CERT_DIR
+variable,
+instead of the default path
+.RB ( ~/.share/sacc/cert ).
.SH PLUMBER
When some file is opened
.B sacc
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.