~ubuntu-branches/ubuntu/raring/bind9/raring

« back to all changes in this revision

Viewing changes to bin/dnssec/dnssec-keygen.html

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2012-01-19 12:30:31 UTC
  • mfrom: (1.9.1) (26.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120119123031-0j2wlg66ll5ogpz2
Tags: 1:9.8.1.dfsg.P1-1~build1
preciseĀ upload

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15
15
 - PERFORMANCE OF THIS SOFTWARE.
16
16
-->
17
 
<!-- $Id: dnssec-keygen.html,v 1.45.24.1 2010-08-17 00:08:22 tbox Exp $ -->
 
17
<!-- $Id: dnssec-keygen.html,v 1.47 2010-12-24 01:14:20 tbox Exp $ -->
18
18
<html>
19
19
<head>
20
20
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
53
53
<p>
54
54
            Selects the cryptographic algorithm.  For DNSSEC keys, the value
55
55
            of <code class="option">algorithm</code> must be one of RSAMD5, RSASHA1,
56
 
            DSA, NSEC3RSASHA1, NSEC3DSA, RSASHA256 or RSASHA512.
 
56
            DSA, NSEC3RSASHA1, NSEC3DSA, RSASHA256, RSASHA512 or ECCGOST.
57
57
            For TSIG/TKEY, the value must
58
58
            be DH (Diffie Hellman), HMAC-MD5, HMAC-SHA1, HMAC-SHA224,
59
59
            HMAC-SHA256, HMAC-SHA384, or HMAC-SHA512.  These values are
111
111
            Use an NSEC3-capable algorithm to generate a DNSSEC key.
112
112
            If this option is used and no algorithm is explicitly
113
113
            set on the command line, NSEC3RSASHA1 will be used by
114
 
            default. Note that RSASHA256 and RSASHA512 algorithms
 
114
            default. Note that RSASHA256, RSASHA512 and ECCGOST algorithms
115
115
            are NSEC3-capable.
116
116
          </p></dd>
117
117
<dt><span class="term">-C</span></dt>