pkcs11-destroy.html revision b091b4bb803b830d2d5a9e71b6648b669655d7dc
293N/A<!--
293N/A - Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
293N/A -
293N/A - Permission to use, copy, modify, and/or distribute this software for any
293N/A - purpose with or without fee is hereby granted, provided that the above
293N/A - copyright notice and this permission notice appear in all copies.
293N/A -
293N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
293N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
293N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
293N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
293N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
293N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
293N/A - PERFORMANCE OF THIS SOFTWARE.
293N/A-->
293N/A<!-- $Id: pkcs11-destroy.html,v 1.2 2009/10/05 12:13:15 fdupont Exp $ -->
293N/A<html>
293N/A<head>
293N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
293N/A<title>pkcs11-destroy</title>
293N/A<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
293N/A</head>
716N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
293N/A<a name="man.pkcs11-destroy"></a><div class="titlepage"></div>
293N/A<div class="refnamediv">
293N/A<h2>Name</h2>
293N/A<p><span class="application">pkcs11-destroy</span> &#8212; destroy PKCS#11 objects</p>
293N/A</div>
293N/A<div class="refsynopsisdiv">
293N/A<h2>Synopsis</h2>
293N/A<div class="cmdsynopsis"><p><code class="command">pkcs11-destroy</code> [<code class="option">-m <em class="replaceable"><code>module</code></em></code>] [<code class="option">-s <em class="replaceable"><code>slot</code></em></code>] { -i <em class="replaceable"><code>ID</code></em> | -l <em class="replaceable"><code>label</code></em> } [<code class="option">-p <em class="replaceable"><code>PIN</code></em></code>]</p></div>
293N/A</div>
293N/A<div class="refsect1" lang="en">
293N/A<a name="id2543384"></a><h2>DESCRIPTION</h2>
293N/A<p>
293N/A <span><strong class="command">pkcs11-destroy</strong></span> destroys keys stored in a
293N/A PKCS#11 device, identified by their <code class="option">ID</code> or
293N/A <code class="option">label</code>.
293N/A </p>
293N/A<p>
293N/A Matching keys are displayed before being destroyed. There is a
293N/A five second delay to allow the user to interrupt the process
293N/A before the destruction takes place.
293N/A </p>
293N/A</div>
293N/A<div class="refsect1" lang="en">
293N/A<a name="id2543406"></a><h2>ARGUMENTS</h2>
293N/A<div class="variablelist"><dl>
293N/A<dt><span class="term">-m <em class="replaceable"><code>module</code></em></span></dt>
293N/A<dd><p>
293N/A Specify the PKCS#11 provider module. This must be the full
293N/A path to a shared library object implementing the PKCS#11 API
293N/A for the device.
293N/A </p></dd>
293N/A<dt><span class="term">-s <em class="replaceable"><code>slot</code></em></span></dt>
716N/A<dd><p>
293N/A Open the session with the given PKCS#11 slot. The default is
293N/A slot 0.
293N/A </p></dd>
293N/A<dt><span class="term">-i <em class="replaceable"><code>ID</code></em></span></dt>
293N/A<dd><p>
293N/A Destroy keys with the given object ID.
293N/A </p></dd>
293N/A<dt><span class="term">-l <em class="replaceable"><code>label</code></em></span></dt>
293N/A<dd><p>
293N/A Destroy keys with the given label.
293N/A </p></dd>
<dt><span class="term">-p <em class="replaceable"><code>PIN</code></em></span></dt>
<dd><p>
Specify the PIN for the device. If no PIN is provided on the
command line, <span><strong class="command">pkcs11-destroy</strong></span> will prompt for it.
</p></dd>
</dl></div>
</div>
<div class="refsect1" lang="en">
<a name="id2543507"></a><h2>SEE ALSO</h2>
<p>
<span class="citerefentry"><span class="refentrytitle">pkcs11-list</span>(3)</span>,
<span class="citerefentry"><span class="refentrytitle">pkcs11-keygen</span>(3)</span>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2543533"></a><h2>AUTHOR</h2>
<p><span class="corpauthor">Internet Systems Consortium</span>
</p>
</div>
</div></body>
</html>