about summary refs log tree commit diff
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
parentDocument process of generating client certificates (diff)
downloadpounce-99ba2b6dc4bfde1b06273093f1c238264edf1bcf.tar.gz
pounce-99ba2b6dc4bfde1b06273093f1c238264edf1bcf.zip
Rename SASL EXTERNAL section to CertFP
-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