man.pkcs11-destroy.html revision 71cef386fae61275b03e203825680b39fedaa8c6
5cd4555ad444fd391002ae32450572054369fd42Rob Austein<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein - Copyright (C) 2000-2018 Internet Systems Consortium, Inc. ("ISC")
e676a596869d8a80a644c99a848afb53d1c5975eMark Andrews - This Source Code Form is subject to the terms of the Mozilla Public
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews - License, v. 2.0. If a copy of the MPL was not distributed with this
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington - file, You can obtain one at http://mozilla.org/MPL/2.0/.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews<link rel="home" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews<link rel="up" href="Bv9ARM.ch13.html" title="Manual pages">
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews<link rel="prev" href="man.nsec3hash.html" title="nsec3hash">
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews<link rel="next" href="man.pkcs11-list.html" title="pkcs11-list">
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
b5ad6dfea4cc3e7d1d322ac99f1e5a31096837c4Mark Andrews<table width="100%" summary="Navigation header">
c40265eba0c99708887d68e67901924065ba2514Brian Wellington<tr><th colspan="3" align="center"><span class="application">pkcs11-destroy</span></th></tr>
c40265eba0c99708887d68e67901924065ba2514Brian Wellington<a accesskey="p" href="man.nsec3hash.html">Prev</a>�</td>
c40265eba0c99708887d68e67901924065ba2514Brian Wellington<th width="60%" align="center">Manual pages</th>
c40265eba0c99708887d68e67901924065ba2514Brian Wellington<td width="20%" align="right">�<a accesskey="n" href="man.pkcs11-list.html">Next</a>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<a name="man.pkcs11-destroy"></a><div class="titlepage"></div>
e676a596869d8a80a644c99a848afb53d1c5975eMark Andrews <span class="application">pkcs11-destroy</span>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein — destroy PKCS#11 objects
c40265eba0c99708887d68e67901924065ba2514Brian Wellington [<code class="option">-m <em class="replaceable"><code>module</code></em></code>]
c40265eba0c99708887d68e67901924065ba2514Brian Wellington [<code class="option">-s <em class="replaceable"><code>slot</code></em></code>]
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews -i <em class="replaceable"><code>ID</code></em>
c40265eba0c99708887d68e67901924065ba2514Brian Wellington | -l <em class="replaceable"><code>label</code></em>
c40265eba0c99708887d68e67901924065ba2514Brian Wellington [<code class="option">-p <em class="replaceable"><code>PIN</code></em></code>]
c40265eba0c99708887d68e67901924065ba2514Brian Wellington [<code class="option">-w <em class="replaceable"><code>seconds</code></em></code>]
c40265eba0c99708887d68e67901924065ba2514Brian Wellington<a name="id-1.14.36.7"></a><h2>DESCRIPTION</h2>
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews <span class="command"><strong>pkcs11-destroy</strong></span> destroys keys stored in a
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews PKCS#11 device, identified by their <code class="option">ID</code> or
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews Matching keys are displayed before being destroyed. By default,
dc6da18ccbb808d21f123cc6bda399b44ad11445Mark Andrews there is a five second delay to allow the user to interrupt the
4d9f3f00d93fcb8743b1105e8cf82e862be220d1Mark Andrews process before the destruction takes place.
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews <div class="variablelist"><dl class="variablelist">
26bb3b7a67b833f0a18072567de036226890ca1aMark Andrews<dt><span class="term">-m <em class="replaceable"><code>module</code></em></span></dt>
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews Specify the PKCS#11 provider module. This must be the full
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews path to a shared library object implementing the PKCS#11 API
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews for the device.
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews<dt><span class="term">-s <em class="replaceable"><code>slot</code></em></span></dt>
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews Open the session with the given PKCS#11 slot. The default is
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews<dt><span class="term">-i <em class="replaceable"><code>ID</code></em></span></dt>
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews Destroy keys with the given object ID.
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews<dt><span class="term">-l <em class="replaceable"><code>label</code></em></span></dt>
3d17a3ba61a303d5c4d9867068d0fbe9f24d2988Mark Andrews Destroy keys with the given label.
26bb3b7a67b833f0a18072567de036226890ca1aMark Andrews<dt><span class="term">-p <em class="replaceable"><code>PIN</code></em></span></dt>
508f61f8d699c46f962b682f388e54b446a7194dMark Andrews Specify the PIN for the device. If no PIN is provided on the
38397492000c996d50f9bf96a4da318a742bd07cEvan Hunt command line, <span class="command"><strong>pkcs11-destroy</strong></span> will prompt for it.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington<dt><span class="term">-w <em class="replaceable"><code>seconds</code></em></span></dt>
c40265eba0c99708887d68e67901924065ba2514Brian Wellington Specify how long to pause before carrying out key destruction.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington The default is five seconds. If set to <code class="literal">0</code>,
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein destruction will be immediate.
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews <span class="refentrytitle">pkcs11-keygen</span>(8)
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews <span class="refentrytitle">pkcs11-list</span>(8)
c40265eba0c99708887d68e67901924065ba2514Brian Wellington <span class="refentrytitle">pkcs11-tokens</span>(8)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<a accesskey="p" href="man.nsec3hash.html">Prev</a>�</td>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch13.html">Up</a></td>
c40265eba0c99708887d68e67901924065ba2514Brian Wellington<td width="40%" align="right">�<a accesskey="n" href="man.pkcs11-list.html">Next</a>
0f8c9b5eed7e8714ceb7d6d3675555df9c5f6350Mark Andrews<span class="application">nsec3hash</span>�</td>
0f8c9b5eed7e8714ceb7d6d3675555df9c5f6350Mark Andrews<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
0f8c9b5eed7e8714ceb7d6d3675555df9c5f6350Mark Andrews<td width="40%" align="right" valign="top">�<span class="application">pkcs11-list</span>
c40265eba0c99708887d68e67901924065ba2514Brian Wellington<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.2 (Extended Support Version)</p>