Changeset 632 in code for trunk/doc/soju.1.scd


Ignore:
Timestamp:
Oct 12, 2021, 7:34:25 PM (4 years ago)
Author:
contact
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/soju.1.scd

    r631 r632  
    296296        EXTERNAL).
    297297
    298         Generates a RSA-3072 private key by default.
     298        Generates a 3072-bit RSA private key by default.
    299299
    300300        Options are:
    301301
    302302        *-key-type* <type>
    303                 Private key algoritm to use. Valid values are: rsa, ecdsa, ed25519.
    304                 ecdsa uses NIST P-521 curve.
     303                Private key algorithm to use. Valid values are: _rsa_, _ecdsa_ and
     304                _ed25519_. _ecdsa_ uses the NIST P-521 curve.
    305305
    306306        *-bits* <bits>
Note: See TracChangeset for help on using the changeset viewer.