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


Ignore:
Timestamp:
Jun 2, 2020, 9:24:22 AM (5 years ago)
Author:
fox.cpp
Message:

Implement upstream SASL EXTERNAL support

Closes: https://todo.sr.ht/~emersion/soju/47

File:
1 edited

Legend:

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

    r284 r307  
    120120                is used.
    121121
     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
    122143*network delete* <name>
    123144        Disconnect and delete a network.
Note: See TracChangeset for help on using the changeset viewer.