Changeset 307 in code for trunk/doc/soju.1.scd
- Timestamp:
- Jun 2, 2020, 9:24:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/soju.1.scd
r284 r307 120 120 is used. 121 121 122 *certfp generate* *[options...]* <network name> 123 Generate self-signed certificate and use it for authentication. 124 125 Generates RSA-3072 private key by default. 126 127 Options are: 128 129 *-key-type* <type> 130 Private key algoritm to use. Valid values are: rsa, ecdsa, ed25519. 131 ecdsa uses NIST P-521 curve. 132 133 *-bits* <bits> 134 Size of RSA key to generate. Ignored for other key types. 135 136 *certfp fingerprint* <network name> 137 Show SHA-1 and SHA-256 fingerprints for the certificate 138 currently used with the network. 139 140 *certfp reset* <network name> 141 Disable SASL EXTERNAL authentication and remove stored certificate. 142 122 143 *network delete* <name> 123 144 Disconnect and delete a network.
Note:
See TracChangeset
for help on using the changeset viewer.