aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-12-26 14:42:19 +0100
committerJakob Odersky <jakob@odersky.com>2017-12-26 14:47:41 +0100
commiteaa47b6b2cabc9c52eb3ad80c713a22e595c3dab (patch)
tree33c6220fd3b8da1f9cb17a05e05bbbc74490a242
parent8d78b86e684290ee7296bf7b8d526db3148dbd10 (diff)
downloadnginx-letsencrypt-eaa47b6b2cabc9c52eb3ad80c713a22e595c3dab.tar.gz
nginx-letsencrypt-eaa47b6b2cabc9c52eb3ad80c713a22e595c3dab.tar.bz2
nginx-letsencrypt-eaa47b6b2cabc9c52eb3ad80c713a22e595c3dab.zip
Write manpage
-rw-r--r--debian/nginx-letsencrypt.1 (renamed from debian/nginx-letsencrypt.manpage.1)32
-rw-r--r--debian/nginx-letsencrypt.manpages2
2 files changed, 8 insertions, 26 deletions
diff --git a/debian/nginx-letsencrypt.manpage.1 b/debian/nginx-letsencrypt.1
index 3294828..21681d3 100644
--- a/debian/nginx-letsencrypt.manpage.1
+++ b/debian/nginx-letsencrypt.1
@@ -18,39 +18,21 @@
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
-nginx-letsencrypt \- program to do something
+nginx-letsencrypt \- certificates for virtual hosts managed by nginx
.SH SYNOPSIS
.B nginx-letsencrypt
-.RI [ options ] " files" ...
-.br
-.B bar
-.RI [ options ] " files" ...
+.RI [ --test ]
.SH DESCRIPTION
-This manual page documents briefly the
-.B nginx-letsencrypt
-and
-.B bar
-commands.
+Issue certificates from letsencrypt for virtual hosts managed by nginx.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fBnginx-letsencrypt\fP is a program that...
.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-h, \-\-help
-Show summary of options.
.TP
-.B \-v, \-\-version
-Show version of program.
+.B \--test
+Obtain a test certificate instead of a real one (this is useful to avoid rate-limiting).
.SH SEE ALSO
-.BR bar (1),
-.BR baz (1).
-.br
-The programs are documented fully by
-.IR "The Rise and Fall of a Fooish Bar" ,
-available via the Info system.
+.BR nginx (8),
+.BR certbot (1).
diff --git a/debian/nginx-letsencrypt.manpages b/debian/nginx-letsencrypt.manpages
index 8860cd8..1da457b 100644
--- a/debian/nginx-letsencrypt.manpages
+++ b/debian/nginx-letsencrypt.manpages
@@ -1 +1 @@
-debian/nginx-letsencrypt.manpage.1 \ No newline at end of file
+debian/nginx-letsencrypt.1 \ No newline at end of file