summaryrefslogtreecommitdiff
path: root/debian/man/ntp-keygen.8
diff options
context:
space:
mode:
authorpetere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2006-10-07 15:08:03 +0000
committerpetere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2006-10-07 15:08:03 +0000
commit4431850ade7ee9e00a8bad5aeaf11f327649573b (patch)
treef6c31cdb35ed649c705d9d41ea6475f209e7b5cd /debian/man/ntp-keygen.8
parent8a5c3fbcfea2d35a0b4ad2a7ba58b690196d5e3c (diff)
downloadntp-4431850ade7ee9e00a8bad5aeaf11f327649573b.tar.gz
* Added real man pages, transcribed from HTML documentation
(closes: #84979, #201529, #343123, #388503) git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@112 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/man/ntp-keygen.8')
-rw-r--r--debian/man/ntp-keygen.812
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/man/ntp-keygen.8 b/debian/man/ntp-keygen.8
new file mode 100644
index 0000000..6a9a33a
--- /dev/null
+++ b/debian/man/ntp-keygen.8
@@ -0,0 +1,12 @@
+.\" transcribed from ntp 4.2.2p3
+.TH NTP-KEYGEN 8 "October 7, 2006" "Network Time Protocol"
+.SH NAME
+ntp-keygen \- generate public and private keys
+.SH SYNOPSIS
+.B ntp-keygen
+[ -deGgHIMnPT ] [ -c [RSA-MD2 | RSA-MD5 | RSA-SHA | RSA-SHA1 | RSA-MDC2 | RSA-RIPEMD160 | DSA-SHA | DSA-SHA1 ] ] [ -i \fIname\fR ] [ -p \fIpassword\fR ] [ -S [ RSA | DSA ] ] [ -s \fIname\fR ] [ -v \fInkeys\fR ]
+.SH DESCRIPTION
+This program generates cryptographic data files used by the NTPv4 authentication and identification schemes. It generates MD5 key files used in symmetric key cryptography. In addition, if the OpenSSL software library has been installed, it generates keys, certificate and identity files used in public key cryptography. These files are used for cookie encryption, digital signature and challenge/response identification algorithms compatible with the Internet standard security infrastructure.
+.SH "SEE ALSO"
+.I /usr/share/doc/ntp-doc/html/keygen.html
+for the full documentation.