Changeset 771 in code for trunk/doc


Ignore:
Timestamp:
Feb 4, 2022, 3:47:34 PM (3 years ago)
Author:
contact
Message:

service: switch to -network flag for certfp and sasl commands

Instead of always requiring users to explicitly specify the network
name, guess it from the downstream connection.

Network commands are left as-is because it's not yet clear how to
handle them.

File:
1 edited

Legend:

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

    r730 r771  
    326326                        Currently same as *message*. This is the default behaviour.
    327327
    328 *certfp generate* [options...] <network name>
     328*certfp generate* [options...]
    329329        Generate self-signed certificate and use it for authentication (via SASL
    330330        EXTERNAL).
     
    333333
    334334        Options are:
     335
     336        *-network* <name>
     337                Select a network. By default, the current network is selected, if any.
    335338
    336339        *-key-type* <type>
     
    341344                Size of RSA key to generate. Ignored for other key types.
    342345
    343 *certfp fingerprint* <network name>
     346*certfp fingerprint* [options...]
    344347        Show SHA-1 and SHA-256 fingerprints for the certificate
    345348        currently used with the network.
    346349
    347 *sasl status* <network name>
     350        Options are:
     351
     352        *-network* <name>
     353                Select a network. By default, the current network is selected, if any.
     354
     355*sasl status* [options...]
    348356        Show current SASL status.
    349357
    350 *sasl set-plain* <network name> <username> <password>
     358        Options are:
     359
     360        *-network* <name>
     361                Select a network. By default, the current network is selected, if any.
     362
     363*sasl set-plain* [options...] <username> <password>
    351364        Set SASL PLAIN credentials.
    352365
    353 *sasl reset* <network name>
     366        Options are:
     367
     368        *-network* <name>
     369                Select a network. By default, the current network is selected, if any.
     370
     371*sasl reset* [options...]
    354372        Disable SASL authentication and remove stored credentials.
     373
     374        Options are:
     375
     376        *-network* <name>
     377                Select a network. By default, the current network is selected, if any.
    355378
    356379*user create* -username <username> -password <password> [options...]
Note: See TracChangeset for help on using the changeset viewer.