Changeset 632 in code for trunk/doc/soju.1.scd
- Timestamp:
- Oct 12, 2021, 7:34:25 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/soju.1.scd
r631 r632 296 296 EXTERNAL). 297 297 298 Generates a RSA-3072private key by default.298 Generates a 3072-bit RSA private key by default. 299 299 300 300 Options are: 301 301 302 302 *-key-type* <type> 303 Private key algorit m to use. Valid values are: rsa, ecdsa, ed25519.304 ecdsa usesNIST P-521 curve.303 Private key algorithm to use. Valid values are: _rsa_, _ecdsa_ and 304 _ed25519_. _ecdsa_ uses the NIST P-521 curve. 305 305 306 306 *-bits* <bits>
Note:
See TracChangeset
for help on using the changeset viewer.