pkcs11-destroy.docbook revision 14a656f94b1fd0ababd84a772228dfa52276ba15
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - Copyright (C) 2009, 2014 Internet Systems Consortium, Inc. ("ISC")
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - Permission to use, copy, modify, and/or distribute this software for any
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - purpose with or without fee is hereby granted, provided that the above
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - copyright notice and this permission notice appear in all copies.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User - PERFORMANCE OF THIS SOFTWARE.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User<!-- Converted by db4-upgrade version 1.0 -->
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="man.pkcs11-destroy">
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <refentryinfo>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <corpauthor>Internet Systems Consortium, Inc.</corpauthor>
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt </refentryinfo>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <refentrytitle><application>pkcs11-destroy</application></refentrytitle>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <refname><application>pkcs11-destroy</application></refname>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User <refpurpose>destroy PKCS#11 objects</refpurpose>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt <refsynopsisdiv>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <arg choice="opt" rep="norepeat"><option>-m <replaceable class="parameter">module</replaceable></option></arg>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User <arg choice="opt" rep="norepeat"><option>-s <replaceable class="parameter">slot</replaceable></option></arg>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <arg choice="plain" rep="norepeat">-i <replaceable class="parameter">ID</replaceable></arg>
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt <arg choice="plain" rep="norepeat">-l <replaceable class="parameter">label</replaceable></arg>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <arg choice="opt" rep="norepeat"><option>-p <replaceable class="parameter">PIN</replaceable></option></arg>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <arg choice="opt" rep="norepeat"><option>-w <replaceable class="parameter">seconds</replaceable></option></arg>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater </cmdsynopsis>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater </refsynopsisdiv>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <refsection><info><title>DESCRIPTION</title></info>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <command>pkcs11-destroy</command> destroys keys stored in a
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater PKCS#11 device, identified by their <option>ID</option> or
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User Matching keys are displayed before being destroyed. By default,
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User there is a five second delay to allow the user to interrupt the
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User process before the destruction takes place.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User </refsection>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <refsection><info><title>ARGUMENTS</title></info>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User <variablelist>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <varlistentry>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <term>-m <replaceable class="parameter">module</replaceable></term>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater Specify the PKCS#11 provider module. This must be the full
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater path to a shared library object implementing the PKCS#11 API
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt for the device.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater </varlistentry>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <varlistentry>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <term>-s <replaceable class="parameter">slot</replaceable></term>
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User Open the session with the given PKCS#11 slot. The default is
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater </varlistentry>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <varlistentry>
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater <term>-i <replaceable class="parameter">ID</replaceable></term>