diff options
author | Stef Walter <stef@thewalter.net> | 2013-06-17 21:57:25 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-06-17 21:57:25 +0200 |
commit | 5489a1456c5a6f320bd2b3aa849f36f10d538e81 (patch) | |
tree | c162f9c18bcfa0b9998ca0b2b4e74b0c5395f196 /tools/p11-kit-extract-trust.in | |
parent | 1caa8801f6d888befb3515d24171bf77a172a93c (diff) | |
parent | 93f197792150ae2e2e3ffafb903dfab6854915cb (diff) |
Merge branch 'stable'
Diffstat (limited to 'tools/p11-kit-extract-trust.in')
-rwxr-xr-x | tools/p11-kit-extract-trust.in | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/p11-kit-extract-trust.in b/tools/p11-kit-extract-trust.in deleted file mode 100755 index b15dd7d..0000000 --- a/tools/p11-kit-extract-trust.in +++ /dev/null @@ -1,21 +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. - -echo "p11-kit: the placeholder extract-trust command has not been customized by your distribution." - -# 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 |