- Timestamp:
- Feb 4, 2022, 3:47:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/soju.1.scd
r730 r771 326 326 Currently same as *message*. This is the default behaviour. 327 327 328 *certfp generate* [options...] <network name>328 *certfp generate* [options...] 329 329 Generate self-signed certificate and use it for authentication (via SASL 330 330 EXTERNAL). … … 333 333 334 334 Options are: 335 336 *-network* <name> 337 Select a network. By default, the current network is selected, if any. 335 338 336 339 *-key-type* <type> … … 341 344 Size of RSA key to generate. Ignored for other key types. 342 345 343 *certfp fingerprint* <network name>346 *certfp fingerprint* [options...] 344 347 Show SHA-1 and SHA-256 fingerprints for the certificate 345 348 currently used with the network. 346 349 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...] 348 356 Show current SASL status. 349 357 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> 351 364 Set SASL PLAIN credentials. 352 365 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...] 354 372 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. 355 378 356 379 *user create* -username <username> -password <password> [options...]
Note:
See TracChangeset
for help on using the changeset viewer.