doc.soju.1: fix typo and improve formatting for "certfp generate"

git-svn-id: file:///srv/svn/repo/suika/trunk@632 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
contact 2021-10-12 19:34:25 +00:00
parent 7cce9c4a31
commit 66229dd5e8

View File

@ -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 Generate self-signed certificate and use it for authentication (via SASL
EXTERNAL). EXTERNAL).
Generates a RSA-3072 private key by default. Generates a 3072-bit RSA private key by default.
Options are: Options are:
*-key-type* <type> *-key-type* <type>
Private key algoritm to use. Valid values are: rsa, ecdsa, ed25519. Private key algorithm to use. Valid values are: _rsa_, _ecdsa_ and
ecdsa uses NIST P-521 curve. _ed25519_. _ecdsa_ uses the NIST P-521 curve.
*-bits* <bits> *-bits* <bits>
Size of RSA key to generate. Ignored for other key types. Size of RSA key to generate. Ignored for other key types.