xref: /illumos-gate/usr/src/cmd/cmd-crypto/etc/kmf.conf (revision bbf21555)
1431deaa0Shylee#
2431deaa0Shylee# CDDL HEADER START
3431deaa0Shylee#
4431deaa0Shylee# The contents of this file are subject to the terms of the
5431deaa0Shylee# Common Development and Distribution License (the "License").
6431deaa0Shylee# You may not use this file except in compliance with the License.
7431deaa0Shylee#
8431deaa0Shylee# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9431deaa0Shylee# or http://www.opensolaris.org/os/licensing.
10431deaa0Shylee# See the License for the specific language governing permissions
11431deaa0Shylee# and limitations under the License.
12431deaa0Shylee#
13431deaa0Shylee# When distributing Covered Code, include this CDDL HEADER in each
14431deaa0Shylee# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15431deaa0Shylee# If applicable, add the following below this CDDL HEADER, with the
16431deaa0Shylee# fields enclosed by brackets "[]" replaced with your own identifying
17431deaa0Shylee# information: Portions Copyright [yyyy] [name of copyright owner]
18431deaa0Shylee#
19431deaa0Shylee# CDDL HEADER END
20431deaa0Shylee#
21431deaa0Shylee#
22431deaa0Shylee# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23431deaa0Shylee# Use is subject to license terms.
24431deaa0Shylee#
25431deaa0Shylee#
26431deaa0Shylee# /etc/crypto/kmf.conf
27431deaa0Shylee#
28431deaa0Shylee# This file contains non-default plugin entries to the Solaris Key Management
29431deaa0Shylee# Framework (KMF). Do NOT edit this file by hand.  An administrator should use
30*bbf21555SRichard Lowe# kmfcfg(8) to install or uninstall a non-default plugin.  A developer for a
31431deaa0Shylee# KMF plugin package should provide an input file and use the {i,r}.kmfconf
32431deaa0Shylee# class action scripts to update this file during the installation and removal
33431deaa0Shylee# of the package.
34431deaa0Shylee#
35431deaa0Shylee# This document does not constitute an API.  The /etc/crypto/kmf.conf file
36431deaa0Shylee# may not exist or may have a different content or interpretation in a future
37431deaa0Shylee# release.  The existence of this notice does not imply that any other
38431deaa0Shylee# documentation that lacks this notice constitutes an API.
39431deaa0Shylee#
40431deaa0Shylee# The format for each entry is:
41431deaa0Shylee# keystore:modulepath=path[;option=option_str]
42431deaa0Shylee#
43