xref: /illumos-gate/usr/src/cmd/cmd-crypto/etc/kmf.conf (revision 431deaa0)
1*431deaa0Shylee#
2*431deaa0Shylee# CDDL HEADER START
3*431deaa0Shylee#
4*431deaa0Shylee# The contents of this file are subject to the terms of the
5*431deaa0Shylee# Common Development and Distribution License (the "License").
6*431deaa0Shylee# You may not use this file except in compliance with the License.
7*431deaa0Shylee#
8*431deaa0Shylee# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*431deaa0Shylee# or http://www.opensolaris.org/os/licensing.
10*431deaa0Shylee# See the License for the specific language governing permissions
11*431deaa0Shylee# and limitations under the License.
12*431deaa0Shylee#
13*431deaa0Shylee# When distributing Covered Code, include this CDDL HEADER in each
14*431deaa0Shylee# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*431deaa0Shylee# If applicable, add the following below this CDDL HEADER, with the
16*431deaa0Shylee# fields enclosed by brackets "[]" replaced with your own identifying
17*431deaa0Shylee# information: Portions Copyright [yyyy] [name of copyright owner]
18*431deaa0Shylee#
19*431deaa0Shylee# CDDL HEADER END
20*431deaa0Shylee#
21*431deaa0Shylee#
22*431deaa0Shylee# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23*431deaa0Shylee# Use is subject to license terms.
24*431deaa0Shylee#
25*431deaa0Shylee# ident	"%Z%%M%	%I%	%E% SMI"
26*431deaa0Shylee#
27*431deaa0Shylee# /etc/crypto/kmf.conf
28*431deaa0Shylee#
29*431deaa0Shylee# This file contains non-default plugin entries to the Solaris Key Management
30*431deaa0Shylee# Framework (KMF). Do NOT edit this file by hand.  An administrator should use
31*431deaa0Shylee# kmfcfg(1m) to install or uninstall a non-default plugin.  A developer for a
32*431deaa0Shylee# KMF plugin package should provide an input file and use the {i,r}.kmfconf
33*431deaa0Shylee# class action scripts to update this file during the installation and removal
34*431deaa0Shylee# of the package.
35*431deaa0Shylee#
36*431deaa0Shylee# This document does not constitute an API.  The /etc/crypto/kmf.conf file
37*431deaa0Shylee# may not exist or may have a different content or interpretation in a future
38*431deaa0Shylee# release.  The existence of this notice does not imply that any other
39*431deaa0Shylee# documentation that lacks this notice constitutes an API.
40*431deaa0Shylee#
41*431deaa0Shylee# The format for each entry is:
42*431deaa0Shylee# keystore:modulepath=path[;option=option_str]
43*431deaa0Shylee#
44