1 = ntpkeygen - generate public and private keys
2 include::include-html.ad[]
4 [cols="10%,90%",frame="none",grid="none",style="verse"]
5 |==============================
6 |image:pic/alice23.gif[]|
7 {millshome}pictures.html[from 'Alice's Adventures in Wonderland', Lewis Carroll]
11 |==============================
15 include::includes/manual.adoc[]
19 * link:#_synopsis[Synopsis]
20 * link:#_description[Description]
21 * link:#cmd[Command Line Options]
22 * link:#run[Running the program]
23 * link:#access[Key file access and location]
24 * link:#random[Random Seed File]
25 * link:#crypto[Cryptographic Data Files]
29 include::includes/ntpkeygen-body.adoc[]
31 // The end of "Cryptographic Data Files" runs into this following text.
35 Figure 1. Typical Symmetric Key File
37 Figure 1 shows a typical symmetric keys file used by the reference
38 implementation. Each line of the file contains three fields, first
39 keyno an integer between 1 and 65535, inclusive, representing the
40 key identifier used in the `server` configuration commands. Next
41 is the key type for the message digest algorithm, which can be any
42 message digest algorithm supported by the OpenSSL library.
44 For details, see {ntpkeysman}.
46 +ntpkeygen+ just makes a sample file with good random keys. You can
47 edit it by hand to change the keyno or keytype and/or copy lines to
52 include::includes/footer.adoc[]