openssl-srp - maintain SRP password file
openssl srp [-help] [-verbose] [-add]
[-modify] [-delete] [-list] [-name
section] [-srpvfile file] [-gn
identifier] [-userinfo text] [-passin
arg] [-passout arg] [-engine id]
[-rand files] [-writerand file]
[-provider name] [-provider-path path]
[-provparam [name:]key=value] [-propquery propq]
[-config configfile] [user ...]
This command is deprecated. It is used to maintain an SRP (secure
remote password) file. At most one of the -add, -modify,
-delete, and -list options can be specified. These options
take zero or more usernames as parameters and perform the appropriate
operation on the SRP file. For -list, if no user is given then
all users are displayed.
The configuration file to use, and the section within the file,
can be specified with the -config and -name flags,
respectively.
The -engine option was deprecated in OpenSSL 3.0.
Copyright 2017-2021 The OpenSSL Project Authors. All Rights
Reserved.
Licensed under the Apache License 2.0 (the "License").
You may not use this file except in compliance with the License. You can
obtain a copy in the file LICENSE in the source distribution or at
<https://www.openssl.org/source/license.html>.