From 1b82be4aebaf54193a2b3ee78b4a84d03b1b7f81 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Sun, 29 Mar 2015 21:23:38 +0300 Subject: [PATCH] Fix mistake in documentation --- docs/markdown/authoritative/dnssec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/authoritative/dnssec.md b/docs/markdown/authoritative/dnssec.md index df9f39633d..edd967d5fb 100644 --- a/docs/markdown/authoritative/dnssec.md +++ b/docs/markdown/authoritative/dnssec.md @@ -313,7 +313,7 @@ For further details, please see [the `pdnssec`](#pdnssec) documentation. # PKCS\#11 support **Note**: This feature is experimental, and not ready for production. Use at your own risk! -To enable it, compile PowerDNS Authoritative Server using --experimental-pkcs11-support flag. This requires you to have p11-kit libraries and headers. +To enable it, compile PowerDNS Authoritative Server using --enable-experimental-pkcs11 flag on configure. This requires you to have p11-kit libraries and headers. Instructions on how to setup SoftHSM to work with the feature after compilation on ubuntu/debian (tested with Ubuntu 12 and 14). - apt-get install softhsm p11-kit opensc -- 2.47.2