pkcs11-destroy.html revision e74245134d71795065fe4940eea5307b1bb9c488
f743002678eb67b99bbc29fee116b65d9530fec0wrowe<!--
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg - Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem -
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic - Permission to use, copy, modify, and/or distribute this software for any
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic - purpose with or without fee is hereby granted, provided that the above
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic - copyright notice and this permission notice appear in all copies.
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic -
4da61833a1cbbca94094f9653fd970582b97a72etrawick - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
4da61833a1cbbca94094f9653fd970582b97a72etrawick - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
4da61833a1cbbca94094f9653fd970582b97a72etrawick - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
4da61833a1cbbca94094f9653fd970582b97a72etrawick - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
4da61833a1cbbca94094f9653fd970582b97a72etrawick - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
4789804be088bcd86ae637a29cdb7fda25169521jailletc - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4789804be088bcd86ae637a29cdb7fda25169521jailletc - PERFORMANCE OF THIS SOFTWARE.
4789804be088bcd86ae637a29cdb7fda25169521jailletc-->
4789804be088bcd86ae637a29cdb7fda25169521jailletc
e50c3026198fd496f183cda4c32a202925476778covener<!-- $Id: pkcs11-destroy.html,v 1.3 2009/10/06 04:40:14 tbox Exp $ -->
e50c3026198fd496f183cda4c32a202925476778covener<html>
e50c3026198fd496f183cda4c32a202925476778covener<head>
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin<title>pkcs11-destroy</title>
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic</head>
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic<a name="man.pkcs11-destroy"></a><div class="titlepage"></div>
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic<div class="refnamediv">
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic<h2>Name</h2>
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic<p><span class="application">pkcs11-destroy</span> &#8212; destroy PKCS#11 objects</p>
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic</div>
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic<div class="refsynopsisdiv">
69301145375a889e7e37caf7cc7321ac0f91801erpluem<h2>Synopsis</h2>
69301145375a889e7e37caf7cc7321ac0f91801erpluem<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>
69301145375a889e7e37caf7cc7321ac0f91801erpluem</div>
506bfe33206b2fece40ef25f695af39dd4130facjkaluza<div class="refsect1" lang="en">
506bfe33206b2fece40ef25f695af39dd4130facjkaluza<a name="id2543384"></a><h2>DESCRIPTION</h2>
506bfe33206b2fece40ef25f695af39dd4130facjkaluza<p>
506bfe33206b2fece40ef25f695af39dd4130facjkaluza <span><strong class="command">pkcs11-destroy</strong></span> destroys keys stored in a
d58a848a016d401b965111e50ef829e1641f7834minfrin PKCS#11 device, identified by their <code class="option">ID</code> or
d58a848a016d401b965111e50ef829e1641f7834minfrin <code class="option">label</code>.
d58a848a016d401b965111e50ef829e1641f7834minfrin </p>
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf<p>
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf Matching keys are displayed before being destroyed. There is a
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf five second delay to allow the user to interrupt the process
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic before the destruction takes place.
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic </p>
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic</div>
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic<div class="refsect1" lang="en">
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic<a name="id2543406"></a><h2>ARGUMENTS</h2>
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic<div class="variablelist"><dl>
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic<dt><span class="term">-m <em class="replaceable"><code>module</code></em></span></dt>
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic<dd><p>
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic Specify the PKCS#11 provider module. This must be the full
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic path to a shared library object implementing the PKCS#11 API
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic for the device.
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic </p></dd>
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic<dt><span class="term">-s <em class="replaceable"><code>slot</code></em></span></dt>
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic<dd><p>
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic Open the session with the given PKCS#11 slot. The default is
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener slot 0.
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener </p></dd>
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener<dt><span class="term">-i <em class="replaceable"><code>ID</code></em></span></dt>
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener<dd><p>
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener Destroy keys with the given object ID.
44ff304057225e944e220e981d434a046d14cf06covener </p></dd>
44ff304057225e944e220e981d434a046d14cf06covener<dt><span class="term">-l <em class="replaceable"><code>label</code></em></span></dt>
44ff304057225e944e220e981d434a046d14cf06covener<dd><p>
44ff304057225e944e220e981d434a046d14cf06covener Destroy keys with the given label.
5d1ba75b8794925e67591c209085a49279791de9covener </p></dd>
5d1ba75b8794925e67591c209085a49279791de9covener<dt><span class="term">-p <em class="replaceable"><code>PIN</code></em></span></dt>
5d1ba75b8794925e67591c209085a49279791de9covener<dd><p>
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand Specify the PIN for the device. If no PIN is provided on the
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand command line, <span><strong class="command">pkcs11-destroy</strong></span> will prompt for it.
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand </p></dd>
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand</dl></div>
caad2986f81ab263f7af41467dd622dc9add17f3ylavic</div>
caad2986f81ab263f7af41467dd622dc9add17f3ylavic<div class="refsect1" lang="en">
caad2986f81ab263f7af41467dd622dc9add17f3ylavic<a name="id2543507"></a><h2>SEE ALSO</h2>
caad2986f81ab263f7af41467dd622dc9add17f3ylavic<p>
45a10d38e6051fd7bdf9d742aaae633d97ff02abjailletc <span class="citerefentry"><span class="refentrytitle">pkcs11-list</span>(3)</span>,
f7317ff316c2b141feea31bddb74d5d3fa1584edjorton <span class="citerefentry"><span class="refentrytitle">pkcs11-keygen</span>(3)</span>
f7317ff316c2b141feea31bddb74d5d3fa1584edjorton </p>
2165214331e4afafca4048f66f303d0253d7b001covener</div>
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem<div class="refsect1" lang="en">
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem<a name="id2543533"></a><h2>AUTHOR</h2>
1e2d421a36999d292042a5539971070d54aa6c63ylavic<p><span class="corpauthor">Internet Systems Consortium</span>
1e2d421a36999d292042a5539971070d54aa6c63ylavic </p>
1e2d421a36999d292042a5539971070d54aa6c63ylavic</div>
fa7ed98b9dc94c5845cf845aea0a44ecacd290c9humbedooh</div></body>
fa7ed98b9dc94c5845cf845aea0a44ecacd290c9humbedooh</html>
fa7ed98b9dc94c5845cf845aea0a44ecacd290c9humbedooh