openssl-prebuild/linux_amd64/share/doc/openssl/html/man1/srp.html

105 lines
3.3 KiB
HTML

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>srp</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>
<body style="background-color: white">
<!-- INDEX BEGIN -->
<div name="index">
<p><a name="__index__"></a></p>
<ul>
<li><a href="#name">NAME</a></li>
<li><a href="#synopsis">SYNOPSIS</a></li>
<li><a href="#description">DESCRIPTION</a></li>
<li><a href="#options">OPTIONS</a></li>
<li><a href="#copyright">COPYRIGHT</a></li>
</ul>
<hr name="index" />
</div>
<!-- INDEX END -->
<p>
</p>
<hr />
<h1><a name="name">NAME</a></h1>
<p>openssl-srp,
srp - maintain SRP password file</p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<p><strong>openssl srp</strong>
[<strong>-help</strong>]
[<strong>-verbose</strong>]
[<strong>-add</strong>]
[<strong>-modify</strong>]
[<strong>-delete</strong>]
[<strong>-list</strong>]
[<strong>-name section</strong>]
[<strong>-config file</strong>]
[<strong>-srpvfile file</strong>]
[<strong>-gn identifier</strong>]
[<strong>-userinfo text...</strong>]
[<strong>-passin arg</strong>]
[<strong>-passout arg</strong>]
[<em>user...</em>]</p>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
<p>The <strong>srp</strong> command is user to maintain an SRP (secure remote password)
file.
At most one of the <strong>-add</strong>, <strong>-modify</strong>, <strong>-delete</strong>, and <strong>-list</strong> options
can be specified.
These options take zero or more usernames as parameters and perform the
appropriate operation on the SRP file.
For <strong>-list</strong>, if no <strong>user</strong> is given then all users are displayed.</p>
<p>The configuration file to use, and the section within the file, can be
specified with the <strong>-config</strong> and <strong>-name</strong> flags, respectively.
If the config file is not specified, the <strong>-srpvfile</strong> can be used to
just specify the file to operate on.</p>
<p>The <strong>-userinfo</strong> option specifies additional information to add when
adding or modifying a user.</p>
<p>The <strong>-gn</strong> flag specifies the <strong>g</strong> and <strong>N</strong> values, using one of
the strengths defined in IETF <a href="http://www.ietf.org/rfc/rfc5054.txt" class="rfc">RFC 5054</a>.</p>
<p>The <strong>-passin</strong> and <strong>-passout</strong> arguments are parsed as described in
the <em>openssl(1)</em> command.</p>
<p>
</p>
<hr />
<h1><a name="options">OPTIONS</a></h1>
<dl>
<dt><strong><a name="help" class="item">[<strong>-help</strong>]</a></strong></dt>
<dd>
<p>Display an option summary.</p>
</dd>
<dt><strong><a name="verbose" class="item">[<strong>-verbose</strong>]</a></strong></dt>
<dd>
<p>Generate verbose output while processing.</p>
</dd>
</dl>
<p>
</p>
<hr />
<h1><a name="copyright">COPYRIGHT</a></h1>
<p>Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.</p>
<p>Licensed under the OpenSSL license (the &quot;License&quot;). 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
<a href="https://www.openssl.org/source/license.html">https://www.openssl.org/source/license.html</a>.</p>
</body>
</html>