summaryrefslogtreecommitdiff
path: root/trust/p11-kit-extract-trust.in
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-08-29 12:12:46 +0200
committerStef Walter <stef@thewalter.net>2013-08-29 12:14:01 +0200
commitc980eb29619edc28610a03ccb62514683604257c (patch)
tree806ab9d9f507a518622a7e0dffac146172a1f9e7 /trust/p11-kit-extract-trust.in
parentf2beacb7c59b9c4b41b00da993c747fd814882a8 (diff)
Route 'p11-kit extract-trust' over to trust tool
The actual command is 'trust extract-compat'. Make installed placeholder script reflect this. We still support the old placeholder script if it is present.
Diffstat (limited to 'trust/p11-kit-extract-trust.in')
-rwxr-xr-xtrust/p11-kit-extract-trust.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/trust/p11-kit-extract-trust.in b/trust/p11-kit-extract-trust.in
deleted file mode 100755
index c7214e9..0000000
--- a/trust/p11-kit-extract-trust.in
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-# This script is a placeholder designed to be replaced when this software
-# has been customized for distribution. It should be symlinked linked to the
-# distribution's update-ca-certificates or update-ca-trust command as
-# appropriate. In the future this script will be called when the PKCS#11
-# trust module is used to modifiy trust anchors and related data.
-
-if [ $# -ne 0 ]; then
- echo "usage: p11-kit extract-trust" >&2
- exit 2
-fi
-
-echo "p11-kit: the placeholder extract-trust command has not been customized by your distribution." >&2
-
-# You can use commands like this to extract data from trust modules
-# into appropriate locations for your distribution.
-#
-# p11-kit extract --format=openssl-bundle --filter=ca-anchors \
-# --overwrite /tmp/openssl-bundle.pem
-# p11-kit extract --format=pem-bundle --filter=ca-anchors --overwrite \
-# --purpose server-auth /tmp/server-auth-bundle.pem
-# p11-kit extract --format=java-cacerts --filter=ca-anchors --overwrite \
-# --purpose server-auth /tmp/cacerts
-
-exit 1