293N/A - Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") 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 - 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<
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">
716N/A<
body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><
div class="refentry" lang="en">
293N/A<
div class="refnamediv">
293N/A<
p><
span class="application">pkcs11-destroy</
span> — destroy PKCS#11 objects</
p>
293N/A<
div class="refsynopsisdiv">
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 class="refsect1" lang="en">
293N/A<
a name="id2543384"></
a><
h2>DESCRIPTION</
h2>
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 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<
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 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<
dt><
span class="term">-s <
em class="replaceable"><
code>slot</
code></
em></
span></
dt>
293N/A Open the session with the given PKCS#11 slot. The default is
293N/A<
dt><
span class="term">-i <
em class="replaceable"><
code>ID</
code></
em></
span></
dt>
293N/A Destroy keys with the given object ID.
293N/A<
dt><
span class="term">-l <
em class="replaceable"><
code>label</
code></
em></
span></
dt>
293N/A Destroy keys with the given label.
<
dt><
span class="term">-p <
em class="replaceable"><
code>PIN</
code></
em></
span></
dt>
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.
<
div class="refsect1" lang="en">
<
a name="id2543507"></
a><
h2>SEE ALSO</
h2>
<
span class="citerefentry"><
span class="refentrytitle">pkcs11-list</
span>(3)</
span>,
<
span class="citerefentry"><
span class="refentrytitle">pkcs11-keygen</
span>(3)</
span>
<
div class="refsect1" lang="en">
<
a name="id2543533"></
a><
h2>AUTHOR</
h2>
<
p><
span class="corpauthor">Internet Systems Consortium</
span>