Handle the new bind 9.7 private key files (hopefully).
git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@227 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
This commit is contained in:
@@ -172,7 +172,7 @@ public class DnsKeyConverter
|
||||
|
||||
if (line.startsWith("Private-key-format: "))
|
||||
{
|
||||
if (!val.equals("v1.2"))
|
||||
if (!val.equals("v1.2") && !val.equals("v1.3"))
|
||||
{
|
||||
throw new IOException("unsupported private key format: " + val);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user