From c8aba6286f781410732016ef081a4b4f8981a8e6 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 12 Oct 2021 21:34:25 +0200 Subject: [PATCH] doc.soju.1: fix typo and improve formatting for "certfp generate" --- doc/soju.1.scd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/soju.1.scd b/doc/soju.1.scd index b947bfb..ceba2e7 100644 --- a/doc/soju.1.scd +++ b/doc/soju.1.scd @@ -295,13 +295,13 @@ abbreviated form, for instance *network* can be abbreviated as *net* or just Generate self-signed certificate and use it for authentication (via SASL EXTERNAL). - Generates a RSA-3072 private key by default. + Generates a 3072-bit RSA private key by default. Options are: *-key-type* - Private key algoritm to use. Valid values are: rsa, ecdsa, ed25519. - ecdsa uses NIST P-521 curve. + Private key algorithm to use. Valid values are: _rsa_, _ecdsa_ and + _ed25519_. _ecdsa_ uses the NIST P-521 curve. *-bits* Size of RSA key to generate. Ignored for other key types.