xref: /illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/kmfpolicy.xml (revision 6a634c9dca3093f3922e4b7ab826d7bdf17bf78e)
199ebb4caSwyllys<?xml version="1.0" encoding="UTF-8"?>
299ebb4caSwyllys<!--
3*fc2613b0SWyllys Ingersoll Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
499ebb4caSwyllys
599ebb4caSwyllys CDDL HEADER START
699ebb4caSwyllys
799ebb4caSwyllys The contents of this file are subject to the terms of the
899ebb4caSwyllys Common Development and Distribution License (the "License").
999ebb4caSwyllys You may not use this file except in compliance with the License.
1099ebb4caSwyllys
1199ebb4caSwyllys You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1299ebb4caSwyllys or http://www.opensolaris.org/os/licensing.
1399ebb4caSwyllys See the License for the specific language governing permissions
1499ebb4caSwyllys and limitations under the License.
1599ebb4caSwyllys
1699ebb4caSwyllys When distributing Covered Code, include this CDDL HEADER in each
1799ebb4caSwyllys file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1899ebb4caSwyllys If applicable, add the following below this CDDL HEADER, with the
1999ebb4caSwyllys fields enclosed by brackets "[]" replaced with your own identifying
2099ebb4caSwyllys information: Portions Copyright [yyyy] [name of copyright owner]
2199ebb4caSwyllys
2299ebb4caSwyllys CDDL HEADER END
2399ebb4caSwyllys
2499ebb4caSwyllys Sample KMF Policy Database file.
2599ebb4caSwyllys-->
2699ebb4caSwyllys<!DOCTYPE kmf-policy-db SYSTEM "/usr/share/lib/xml/dtd/kmfpolicy.dtd">
2799ebb4caSwyllys<kmf-policy-db>
2899ebb4caSwyllys
29*fc2613b0SWyllys Ingersoll<kmf-policy name="default" ta-name="SEARCH">
3099ebb4caSwyllys	<validation-methods>
3199ebb4caSwyllys		<ocsp>
3299ebb4caSwyllys			<ocsp-basic uri-from-cert="TRUE"
3399ebb4caSwyllys	                            ignore-response-sign="TRUE"/>
3499ebb4caSwyllys		</ocsp>
3599ebb4caSwyllys	</validation-methods>
3699ebb4caSwyllys</kmf-policy>
3799ebb4caSwyllys</kmf-policy-db>
38