2738. [func] Add RSASHA256 and RSASHA512 tests to the dnssec system
test. [RT #20453]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.33 2008/09/25 04:02:38 tbox Exp $ */
|
||||
/* $Id: named.conf,v 1.34 2009/10/27 22:25:37 marka Exp $ */
|
||||
|
||||
// NS3
|
||||
|
||||
@@ -156,4 +156,14 @@ zone "rfc2335.example" {
|
||||
file "rfc2335.example.bk";
|
||||
};
|
||||
|
||||
zone "rsasha256.example" {
|
||||
type master;
|
||||
file "rsasha256.example.db.signed";
|
||||
};
|
||||
|
||||
zone "rsasha512.example" {
|
||||
type master;
|
||||
file "rsasha512.example.db.signed";
|
||||
};
|
||||
|
||||
include "trusted.conf";
|
||||
|
||||
Reference in New Issue
Block a user