xref: /onnv-gate/usr/src/cmd/cmd-crypto/kmfcfg/kmfpolicy.xml (revision 12919:db25553c7f2e)
13089Swyllys<?xml version="1.0" encoding="UTF-8"?>
23089Swyllys<!--
3*12919Swyllys.ingersoll@sun.com Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
43089Swyllys
53089Swyllys CDDL HEADER START
63089Swyllys
73089Swyllys The contents of this file are subject to the terms of the
83089Swyllys Common Development and Distribution License (the "License").
93089Swyllys You may not use this file except in compliance with the License.
103089Swyllys
113089Swyllys You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
123089Swyllys or http://www.opensolaris.org/os/licensing.
133089Swyllys See the License for the specific language governing permissions
143089Swyllys and limitations under the License.
153089Swyllys
163089Swyllys When distributing Covered Code, include this CDDL HEADER in each
173089Swyllys file and include the License file at usr/src/OPENSOLARIS.LICENSE.
183089Swyllys If applicable, add the following below this CDDL HEADER, with the
193089Swyllys fields enclosed by brackets "[]" replaced with your own identifying
203089Swyllys information: Portions Copyright [yyyy] [name of copyright owner]
213089Swyllys
223089Swyllys CDDL HEADER END
233089Swyllys
243089Swyllys Sample KMF Policy Database file.
253089Swyllys-->
263089Swyllys<!DOCTYPE kmf-policy-db SYSTEM "/usr/share/lib/xml/dtd/kmfpolicy.dtd">
273089Swyllys<kmf-policy-db>
283089Swyllys
29*12919Swyllys.ingersoll@sun.com<kmf-policy name="default" ta-name="SEARCH">
303089Swyllys	<validation-methods>
313089Swyllys		<ocsp>
323089Swyllys			<ocsp-basic uri-from-cert="TRUE"
333089Swyllys	                            ignore-response-sign="TRUE"/>
343089Swyllys		</ocsp>
353089Swyllys	</validation-methods>
363089Swyllys</kmf-policy>
373089Swyllys</kmf-policy-db>
38