man-pages/man1/srp.1ssl.html
2021-03-31 01:06:50 +01:00

113 lines
2.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of SRP</TITLE>
</HEAD><BODY>
<H1>SRP</H1>
Section: OpenSSL (1SSL)<BR>Updated: 2021-03-22<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
openssl-srp, srp - maintain SRP password file
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>openssl srp</B>
[<B>-help</B>]
[<B>-verbose</B>]
[<B>-add</B>]
[<B>-modify</B>]
[<B>-delete</B>]
[<B>-list</B>]
[<B>-name section</B>]
[<B>-config file</B>]
[<B>-srpvfile file</B>]
[<B>-gn identifier</B>]
[<B>-userinfo text...</B>]
[<B>-passin arg</B>]
[<B>-passout arg</B>]
[<I>user...</I>]
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
The <B>srp</B> command is user to maintain an <FONT SIZE="-1">SRP</FONT> (secure remote password)
file.
At most one of the <B>-add</B>, <B>-modify</B>, <B>-delete</B>, and <B>-list</B> options
can be specified.
These options take zero or more usernames as parameters and perform the
appropriate operation on the <FONT SIZE="-1">SRP</FONT> file.
For <B>-list</B>, if no <B>user</B> is given then all users are displayed.
<P>
The configuration file to use, and the section within the file, can be
specified with the <B>-config</B> and <B>-name</B> flags, respectively.
If the config file is not specified, the <B>-srpvfile</B> can be used to
just specify the file to operate on.
<P>
The <B>-userinfo</B> option specifies additional information to add when
adding or modifying a user.
<P>
The <B>-gn</B> flag specifies the <B>g</B> and <B>N</B> values, using one of
the strengths defined in <FONT SIZE="-1">IETF RFC 5054.</FONT>
<P>
The <B>-passin</B> and <B>-passout</B> arguments are parsed as described in
the <B><A HREF="/cgi-bin/man/man2html?1+openssl">openssl</A></B>(1) command.
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT id="1">[<B>-help</B>]<DD>
Display an option summary.
<DT id="2">[<B>-verbose</B>]<DD>
Generate verbose output while processing.
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>COPYRIGHT</H2>
Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
<P>
Licensed under the OpenSSL license (the ``License''). You may not use
this file except in compliance with the License. You can obtain a copy
in the file <FONT SIZE="-1">LICENSE</FONT> in the source distribution or at
&lt;<A HREF="https://www.openssl.org/source/license.html">https://www.openssl.org/source/license.html</A>&gt;.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="3"><A HREF="#lbAB">NAME</A><DD>
<DT id="4"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="5"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="6"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="7"><A HREF="#lbAF">COPYRIGHT</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:27 GMT, March 31, 2021
</BODY>
</HTML>