diff -Naur opendnssec-1.4.7-orig/conf/conf.rnc opendnssec-1.4.7/conf/conf.rnc --- opendnssec-1.4.7-orig/conf/conf.rnc 2014-12-04 10:17:40.000000000 -0500 +++ opendnssec-1.4.7/conf/conf.rnc 2014-12-08 22:49:16.100212010 -0500 @@ -50,7 +50,10 @@ element RequireBackup { empty }?, # Do not maintain public keys in the repository (optional) - element SkipPublicKey { empty }? + element SkipPublicKey { empty }?, + + # Generate extractable keys (CKA_EXTRACTABLE = TRUE) (optional) + element AllowExtraction { empty }? }* }, diff -Naur opendnssec-1.4.7-orig/conf/conf.rng opendnssec-1.4.7/conf/conf.rng --- opendnssec-1.4.7-orig/conf/conf.rng 2014-12-04 10:18:39.000000000 -0500 +++ opendnssec-1.4.7/conf/conf.rng 2014-12-08 22:49:16.105212137 -0500 @@ -71,6 +71,12 @@ + + + + + + diff -Naur opendnssec-1.4.7-orig/conf/conf.xml.in opendnssec-1.4.7/conf/conf.xml.in --- opendnssec-1.4.7-orig/conf/conf.xml.in 2014-12-04 10:17:40.000000000 -0500 +++ opendnssec-1.4.7/conf/conf.xml.in 2014-12-08 22:49:16.101212036 -0500 @@ -9,6 +9,9 @@ OpenDNSSEC 1234 +