summary refs log tree commit diff
path: root/pounce.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-17 18:46:38 -0500
committerJune McEnroe <june@causal.agency>2020-01-17 18:46:38 -0500
commit99ba2b6dc4bfde1b06273093f1c238264edf1bcf (patch)
treeb289b4f68e134b4baaf52a429d7df5add73ad72a /pounce.1
parentDocument process of generating client certificates (diff)
downloadpounce-99ba2b6dc4bfde1b06273093f1c238264edf1bcf.tar.gz
pounce-99ba2b6dc4bfde1b06273093f1c238264edf1bcf.zip
Rename SASL EXTERNAL section to CertFP
Diffstat (limited to 'pounce.1')
-rw-r--r--pounce.19
1 files changed, 5 insertions, 4 deletions
diff --git a/pounce.1 b/pounce.1
index 96ae985..275b5a6 100644
--- a/pounce.1
+++ b/pounce.1
@@ -177,11 +177,12 @@ Certificates can be generated with
 .Fl g .
 .
 .It Fl e , Cm sasl-external
-Authenticate using SASL EXTERNAL.
+Authenticate using SASL EXTERNAL,
+also known as CertFP.
 The TLS client certificate is loaded with
 .Fl c .
 For more information, see
-.Sx Configuring SASL EXTERNAL .
+.Sx Configuring CertFP .
 .
 .It Fl f Ar path , Cm save = Ar path
 Load the contents of the buffer from
@@ -376,7 +377,7 @@ local-ca = auth.crt
 .Ed
 .El
 .
-.Ss Configuring SASL EXTERNAL
+.Ss Configuring CertFP
 .Bl -enum
 .It
 Generate a new TLS client certificate:
@@ -392,7 +393,7 @@ client-cert = example.pem
 .It
 Identify with services or use
 .Cm sasl-plain ,
-then add the certificate fingerprint (CertFP) to your account:
+then add the certificate fingerprint to your account:
 .Bd -literal -offset indent
 /msg NickServ CERT ADD
 .Ed
> 2022-07-03Add The Bone Shard EmperorJune McEnroe Suffers a little bit from middle book but I really enjoyed it. Read it faster than the first one too, despite its length. 2022-06-25Bump xterm font size to 12June McEnroe 2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe 2022-06-10Switch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe Mixed bag like most collections of short stories. Some of them are pretty good. The author of the worst written story also has the worst written bio. 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe