Go to file
David Blacka 3e34f13a28 Increment version for a release.
git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@249 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
2011-02-14 22:21:06 +00:00
bin add a primary wrapper for the KeyInfoTool class 2011-02-02 19:58:44 +00:00
lib Refactor the command line classes with a new base class and upgrade 2011-02-12 21:25:26 +00:00
licenses Refactor the command line classes with a new base class and upgrade 2011-02-12 21:25:26 +00:00
src/com/verisignlabs/dnssec Use generic types when possible. 2011-02-12 21:25:42 +00:00
ChangeLog Increment version for a release. 2011-02-14 22:21:06 +00:00
README Update README with correct SVN urls. Sigh. 2011-02-12 21:25:49 +00:00
VERSION Increment version for a release. 2011-02-14 22:21:06 +00:00
build.properties up the version; fix minor issues 2005-10-27 22:42:57 +00:00
build.xml Update build.xml to use java 1.5 language features when compiling 2011-02-02 19:52:37 +00:00

README

jdnssec-tools

http://www.verisignlabs.com/jdnssec-tools/

Author: David Blacka (davidb@verisign.com)

This is a collection of DNSSEC tools written in Java.  They are
intended to be an addition or replacement for the DNSSEC tools that
are part of BIND 9.

These tools depend upon DNSjava (http://www.xbill.org/dnsjava), the
Jakarta Commons CLI and Logging libraries (http://jakarta.apache.org),
and Sun's Java Cryptography extensions.  A copy of each of these
libraries is included in the distribution.  Currently, these tools use
a custom version of the DNSjava library (for NSEC3 support), which is
provided.

See the "licenses" directory for the licensing information of this
package and the other packages that are distributed with it.

Getting started:

1. Unpack the binary distribution:

% tar zxvf java-dnssec-tools-x.x.x.tar.gz

2. Run the various tools from their unpacked location:

% cd java-dnssec-tools-x.x.x
% ./bin/jdnssec-signzone -h

Building from source:

1. Unpack the source distribution, preferably into the same directory
that the binary distribution was unpacked.

% tar zxvf java-dnssec-tools-x.x.x-src.tar.gz

2. Edit the build.properties file to suit your environment.

3. Run Ant (see http://ant.apache.org for information about the Ant
build tool).

% ant

4. You can build the distribution tarballs with 'ant dist'.  You can
run the tools directly from the build area (without building the
jdnssec-tools.jar file) by using the ./bin/_jdnssec_* wrappers.


The source for this project is available in subversion, at
http://svn.verisignlabs.com/jdnssec/tools/trunk.  Source for
the modified DNSjava library can be found in subversion at
http://svn.verisignlabs.com/jdnssec/dnsjava/trunk.

 ---

Questions or comments may be directed to the author
(mailto:davidb@verisign.com) or sent to the
dnssec@verisignlabs.com mailing list
(https://lists.verisignlabs.com/mailman/listinfo/dnssec).