]> git.ipfire.org Git - thirdparty/openssl.git/blame - doc/man1/openssl-srp.pod
Deprecate unprefixed manual entries for openssl commands
[thirdparty/openssl.git] / doc / man1 / openssl-srp.pod
CommitLineData
e75138ab
RS
1=pod
2
3=head1 NAME
4
b6b66573 5openssl-srp - maintain SRP password file
e75138ab
RS
6
7=head1 SYNOPSIS
8
9B<openssl srp>
10[B<-help>]
11[B<-verbose>]
12[B<-add>]
13[B<-modify>]
14[B<-delete>]
15[B<-list>]
16[B<-name section>]
17[B<-config file>]
18[B<-srpvfile file>]
19[B<-gn identifier>]
20[B<-userinfo text...>]
21[B<-passin arg>]
22[B<-passout arg>]
23[I<user...>]
24
25=head1 DESCRIPTION
26
495a1e5c 27The B<srp> command is used to maintain an SRP (secure remote password)
e75138ab
RS
28file.
29At most one of the B<-add>, B<-modify>, B<-delete>, and B<-list> options
30can be specified.
31These options take zero or more usernames as parameters and perform the
32appropriate operation on the SRP file.
33For B<-list>, if no B<user> is given then all users are displayed.
34
35The configuration file to use, and the section within the file, can be
36specified with the B<-config> and B<-name> flags, respectively.
37If the config file is not specified, the B<-srpvfile> can be used to
38just specify the file to operate on.
39
40The B<-userinfo> option specifies additional information to add when
41adding or modifying a user.
42
43The B<-gn> flag specifies the B<g> and B<N> values, using one of
44the strengths defined in IETF RFC 5054.
45
46The B<-passin> and B<-passout> arguments are parsed as described in
47the L<openssl(1)> command.
48
49=head1 OPTIONS
50
51=over 4
52
53=item [B<-help>]
54
55Display an option summary.
56
57=item [B<-verbose>]
58
59Generate verbose output while processing.
60
61=back
62
63=head1 COPYRIGHT
64
b6b66573 65Copyright 2017-2019 The OpenSSL Project Authors. All Rights Reserved.
e75138ab 66
449040b4 67Licensed under the Apache License 2.0 (the "License"). You may not use
e75138ab
RS
68this file except in compliance with the License. You can obtain a copy
69in the file LICENSE in the source distribution or at
70L<https://www.openssl.org/source/license.html>.
71
72=cut