README.adoc: minor documentation update
This commit is contained in:
parent
b4ed52015a
commit
cd7133e173
@ -103,6 +103,7 @@ Or you can try telling CMake to make a package for you. For Debian it is:
|
|||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
'degesch' has in-program configuration. Just run it and read the instructions.
|
'degesch' has in-program configuration. Just run it and read the instructions.
|
||||||
|
Consult its link:degesch.adoc[man page] for details about the interface.
|
||||||
|
|
||||||
For the rest you might want to generate a configuration file:
|
For the rest you might want to generate a configuration file:
|
||||||
|
|
||||||
@ -124,7 +125,7 @@ as a `forking` type systemd user service.
|
|||||||
|
|
||||||
Client Certificates
|
Client Certificates
|
||||||
-------------------
|
-------------------
|
||||||
'kike' uses SHA1 fingerprints of TLS client certificates to authenticate users.
|
'kike' uses SHA-1 fingerprints of TLS client certificates to authenticate users.
|
||||||
To get the fingerprint from a certificate file in the required form, use:
|
To get the fingerprint from a certificate file in the required form, use:
|
||||||
|
|
||||||
$ openssl x509 -in public.pem -outform DER | sha1sum
|
$ openssl x509 -in public.pem -outform DER | sha1sum
|
||||||
@ -152,9 +153,9 @@ Beware that you can easily break the program if you're not careful.
|
|||||||
How do I make degesch look like the screenshot?
|
How do I make degesch look like the screenshot?
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
First of all, you must build it with Lua support. With the defaults, degesch
|
First of all, you must build it with Lua support. With the defaults, degesch
|
||||||
doesn't look very fancy because some things are rather hackish, and I also don't
|
doesn't look too fancy because I don't want to depend on Lua or 256-colour
|
||||||
want to depend on UTF-8 or 256color terminals in the code. In addition to that,
|
terminals. In addition to that, I appear to be one of the few people who use
|
||||||
I appear to be one of the few people who use black on white terminals.
|
black on white terminals.
|
||||||
|
|
||||||
/set behaviour.date_change_line = "%a %e %b %Y"
|
/set behaviour.date_change_line = "%a %e %b %Y"
|
||||||
/set behaviour.plugin_autoload += "fancy-prompt.lua"
|
/set behaviour.plugin_autoload += "fancy-prompt.lua"
|
||||||
|
Loading…
Reference in New Issue
Block a user